mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 14:16:58 +00:00
Add adaptive density
This commit is contained in:
parent
5ca58a0cd3
commit
c8581e65aa
|
@ -60,6 +60,7 @@ abstract class AppThemeFactory {
|
|||
final Typography appTypography = Typography.material2021();
|
||||
|
||||
final ThemeData materialThemeData = ThemeData(
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
colorScheme: colorScheme,
|
||||
brightness: colorScheme.brightness,
|
||||
typography: appTypography,
|
||||
|
|
Loading…
Reference in a new issue