File upload ui, creating folders, automatic reload
This commit is contained in:
@ -13,7 +13,7 @@ class DarkAppTheme {
|
||||
surface: Colors.black,
|
||||
onSurface: Colors.white,
|
||||
|
||||
primary: Colors.black,
|
||||
primary: Colors.white,
|
||||
onPrimary: Colors.white,
|
||||
|
||||
secondary: Colors.grey,
|
||||
@ -34,6 +34,12 @@ class DarkAppTheme {
|
||||
progressIndicatorTheme: const ProgressIndicatorThemeData(
|
||||
color: marianumRed,
|
||||
),
|
||||
iconButtonTheme: IconButtonThemeData(
|
||||
style: ButtonStyle(
|
||||
textStyle: MaterialStateProperty.all(const TextStyle(color: Colors.white)),
|
||||
backgroundColor: MaterialStateProperty.all(Colors.white),
|
||||
)
|
||||
),
|
||||
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user