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

@ -16,7 +16,7 @@ class Roomplan extends StatelessWidget {
imageProvider: Image.asset("assets/img/raumplan.jpg").image,
minScale: 0.5,
maxScale: 2.0,
backgroundDecoration: const BoxDecoration(color: Colors.white60),
backgroundDecoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
)
);
}