fix: Minor design bugs
This commit is contained in:
parent
2e02e48bd3
commit
383cabf371
5 changed files with 6 additions and 9 deletions
|
|
@ -114,7 +114,7 @@ final ThemeData amoledTheme = ThemeData.dark().copyWith(
|
|||
|
||||
Color chatListItemColor(BuildContext context, bool activeChat, bool selected) =>
|
||||
selected
|
||||
? Theme.of(context).primaryColor.withAlpha(50)
|
||||
? Theme.of(context).primaryColor.withAlpha(100)
|
||||
: Theme.of(context).brightness == Brightness.light
|
||||
? activeChat
|
||||
? Color(0xFFE8E8E8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue