fix(libraries): tighten browse chip spacing

This commit is contained in:
edde746
2026-05-16 13:23:07 +02:00
parent 1b969953b5
commit e71dcdaa6c
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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(