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

@@ -30,7 +30,7 @@ class AccountView extends StatelessWidget {
AccountTile(
profileImage: ProfileImage(
name: _firstName,
backgroundColor: Theme.of(context).colorScheme.secondary,
backgroundColor: Theme.of(context).colorScheme.tertiary,
role: user.role,
),
name: SelectableText(