mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
Clean up
This commit is contained in:
parent
707dc204c5
commit
9bd2c1e2de
1 changed files with 2 additions and 1 deletions
|
@ -257,9 +257,10 @@ final Map<String, dynamic> darkJson = {
|
||||||
"send_pending": "svg/tx-icon-send-pending.svg",
|
"send_pending": "svg/tx-icon-send-pending.svg",
|
||||||
"send_cancelled": "svg/tx-icon-send-failed.svg",
|
"send_cancelled": "svg/tx-icon-send-failed.svg",
|
||||||
"theme_dark": "svg/dark-theme.svg",
|
"theme_dark": "svg/dark-theme.svg",
|
||||||
"theme_dark_chan": "svg/darkChansTheme.svg",
|
// "theme_dark_chan": "svg/darkChansTheme.svg", - TO MOVE INTO IT'S OWN THEME
|
||||||
},
|
},
|
||||||
"png": {
|
"png": {
|
||||||
|
//Move these into the Chan theme
|
||||||
"chan_persona_easy": "images/chan-persona-easy.png",
|
"chan_persona_easy": "images/chan-persona-easy.png",
|
||||||
"chan_persona_incognito": "images/chan-persona-incognito.png"
|
"chan_persona_incognito": "images/chan-persona-incognito.png"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue