Fixed some coloring issues, respect color theme on file-viewer background, make file-viewer images rotatable

This commit is contained in:
2023-07-01 14:46:34 +02:00
parent 5f163fcffc
commit 731820d480
4 changed files with 21 additions and 20 deletions

View File

@ -10,10 +10,10 @@ class DarkAppTheme {
colorScheme: const ColorScheme(
brightness: Brightness.dark,
surface: Colors.black,
surface: Colors.black54,
onSurface: Colors.white,
primary: Colors.white,
primary: marianumRed,
onPrimary: Colors.white,
secondary: Colors.grey,