0.6.1 - UI Fixes
This commit is contained in:
parent
1384aedb35
commit
df3b7d3d63
16 changed files with 215 additions and 34 deletions
|
|
@ -78,6 +78,6 @@ class FreezerDivider extends StatelessWidget {
|
|||
|
||||
TextStyle popupMenuTextStyle() {
|
||||
return TextStyle(
|
||||
color: (settings.theme == Themes.Light)?Colors.black:Colors.white
|
||||
color: settings.isDark?Colors.white:Colors.black
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue