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 ec1baee commit 7e98ff1Copy full SHA for 7e98ff1
lib/widgets/theme.dart
@@ -59,6 +59,13 @@ ThemeData zulipThemeData(BuildContext context) {
59
brightness: brightness,
60
typography: zulipTypography(context),
61
extensions: themeExtensions,
62
+
63
+ // Use "standard" visual density (the default for mobile platforms)
64
+ // on all platforms. That helps the desktop builds of the app be faithful
65
+ // previews of how the app behaves on mobile -- which is the only purpose
66
+ // we use the desktop builds for.
67
+ visualDensity: VisualDensity.standard,
68
69
iconButtonTheme: IconButtonThemeData(style: IconButton.styleFrom(
70
foregroundColor: designVariables.icon,
71
)),
0 commit comments