fix: some

This commit is contained in:
2024-06-18 21:19:23 +03:00
parent 34c0ea5fa1
commit dd59a605ad
4 changed files with 10 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ ThemeData getThemeData(Color color, bool dark) {
).copyWith(
onPrimary: dark ? materialColor[600] : Colors.white,
),
useMaterial3: true,
// useMaterial3: true,
);
}