made dark mode colors better kinda

This commit is contained in:
Kima
2024-04-28 18:02:45 +02:00
parent 3868e70b23
commit 57a4c65d2c
13 changed files with 20 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ class ProfileButton extends StatelessWidget {
return ProfileImage(
backgroundColor: !pMode
? child.backgroundColor
: Theme.of(context).colorScheme.secondary,
: Theme.of(context).colorScheme.tertiary,
heroTag: child.heroTag,
key: child.key,
name: !pMode ? child.name : "János",