Theme changes #4

Merged
marco merged 3 commits from development into main 2026-01-21 16:38:04 +01:00
Showing only changes of commit d0492b2f79 - Show all commits

View File

@@ -10,10 +10,11 @@ class Notifying {
}) { }) {
ScaffoldMessenger.of(context).showSnackBar( ScaffoldMessenger.of(context).showSnackBar(
SnackBar( SnackBar(
backgroundColor: Theme.of(context).colorScheme.error,
content: Text( content: Text(
text, text,
style: isError style: isError
? TextStyle(color: Theme.of(context).colorScheme.error) ? TextStyle(color: Theme.of(context).colorScheme.onError)
: null, : null,
), ),
), ),