We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87baf2 commit 4178ab8Copy full SHA for 4178ab8
lib/src/themes/common_themes.dart
@@ -797,7 +797,7 @@ ListTileThemeData _createListTileTheme(ColorScheme colorScheme) {
797
alpha: colorScheme.isDark ? 0.035 : 0.04,
798
),
799
minVerticalPadding: 6,
800
- visualDensity: const VisualDensity(horizontal: -4, vertical: -4),
+ visualDensity: const VisualDensity(horizontal: -3, vertical: -3),
801
shape: const RoundedRectangleBorder(
802
borderRadius: BorderRadius.all(Radius.circular(kYaruButtonRadius)),
803
side: BorderSide.none,
0 commit comments