mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 18:54:47 +00:00
CAKE-39 | fixed colors of account list tile
This commit is contained in:
parent
163700bcd8
commit
24e3355145
1 changed files with 2 additions and 3 deletions
|
@ -56,9 +56,8 @@ class Themes {
|
|||
decorationColor: Colors.white // background of tiles (account list)
|
||||
),
|
||||
subtitle: TextStyle(
|
||||
color: Colors.white, // text color of current tile (account list)
|
||||
//decorationColor: Palette.blueCraiola // background of current tile (account list)
|
||||
decorationColor: Palette.moderateSlateBlue // background of current tile (account list)
|
||||
color: Palette.moderateSlateBlue, // text color of current tile (account list)
|
||||
decorationColor: Colors.white // background of current tile (account list)
|
||||
),
|
||||
body1: TextStyle(
|
||||
color: Palette.moderatePurpleBlue, // scrollbar thumb
|
||||
|
|
Loading…
Reference in a new issue