mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CWA-218 | made editable address fields on exchange an exchange template pages; changed "Switch to 6-digit PIN" to "Use 6-digit PIN"; removed "Buy" button; made send and exchange button more transparent in the light mode
This commit is contained in:
parent
d9e0c260d4
commit
d2e8c3d228
16 changed files with 35 additions and 41 deletions
|
@ -28,7 +28,7 @@ class Themes {
|
|||
color: Palette.lavender // address field in the wallet card
|
||||
),
|
||||
subhead: TextStyle(
|
||||
color: Colors.white // send, exchange, buy buttons on dashboard page
|
||||
color: Colors.white.withOpacity(0.5) // send, exchange, buy buttons on dashboard page
|
||||
),
|
||||
headline: TextStyle(
|
||||
color: Palette.lightBlueGrey // historyPanelText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue