fix(libraries): tighten browse chip spacing
This commit is contained in:
@@ -1177,7 +1177,7 @@ class _LibrariesScreenState extends State<LibrariesScreen>
|
||||
SliverToBoxAdapter(
|
||||
child: Container(
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 4),
|
||||
child: SingleChildScrollView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
child: Row(
|
||||
|
||||
Reference in New Issue
Block a user