mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
CAKE-27 | fixed template title color (send page)
This commit is contained in:
parent
731f12cd63
commit
1cd5af2471
2 changed files with 3 additions and 15 deletions
|
@ -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
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
|
@ -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
|
||||
),
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in a new issue