CAKE-39 | fixed colors of account list tile

This commit is contained in:
OleksandrSobol 2020-09-10 14:07:49 +03:00
parent 163700bcd8
commit 24e3355145

View file

@ -56,9 +56,8 @@ class Themes {
decorationColor: Colors.white // background of tiles (account list) decorationColor: Colors.white // background of tiles (account list)
), ),
subtitle: TextStyle( subtitle: TextStyle(
color: Colors.white, // text color of current tile (account list) color: Palette.moderateSlateBlue, // text color of current tile (account list)
//decorationColor: Palette.blueCraiola // background of current tile (account list) decorationColor: Colors.white // background of current tile (account list)
decorationColor: Palette.moderateSlateBlue // background of current tile (account list)
), ),
body1: TextStyle( body1: TextStyle(
color: Palette.moderatePurpleBlue, // scrollbar thumb color: Palette.moderatePurpleBlue, // scrollbar thumb