CAKE-27 | fixed template title color (send page)

This commit is contained in:
Oleksandr Sobol 2020-08-21 17:38:01 +03:00
parent 731f12cd63
commit 1cd5af2471
2 changed files with 3 additions and 15 deletions

View file

@ -291,7 +291,7 @@ class BaseSendWidget extends StatelessWidget {
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w600,
color: Theme.of(context).primaryTextTheme.title.color
color: Theme.of(context).primaryTextTheme.display4.color
),
)
],

View file

@ -100,17 +100,8 @@ class Themes {
color: Palette.darkBlueCraiola, // template new text (send page)
decorationColor: Palette.shadowWhite // template background color (send page)
),
display4: TextStyle(
color: Palette.oceanBlue // QR code
color: Palette.darkBlueCraiola // template title (send page)
),
),
@ -245,11 +236,8 @@ class Themes {
color: PaletteDark.darkCyanBlue, // template new text (send page)
decorationColor: PaletteDark.darkVioletBlue // template background color (send page)
),
display4: TextStyle(
color: PaletteDark.gray // QR code
color: PaletteDark.cyanBlue // QR code
),
),