aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdowns
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-14 14:40:16 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-14 14:40:16 +0800
commit5f775315bd3e9a724d9697d2604196bbe8d7436c (patch)
treefd76ae4cb83f2eb31a1e484d3965e3e6e187f8c4 /ui/app/components/dropdowns
parent88665ba150c74955ef11a1b3fbc0f158a1c321de (diff)
downloadtangerine-wallet-browser-5f775315bd3e9a724d9697d2604196bbe8d7436c.tar.gz
tangerine-wallet-browser-5f775315bd3e9a724d9697d2604196bbe8d7436c.tar.zst
tangerine-wallet-browser-5f775315bd3e9a724d9697d2604196bbe8d7436c.zip
Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old icon
Diffstat (limited to 'ui/app/components/dropdowns')
-rw-r--r--ui/app/components/dropdowns/components/account-dropdowns.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/app/components/dropdowns/components/account-dropdowns.js b/ui/app/components/dropdowns/components/account-dropdowns.js
index ee41829c9..69bef3f1b 100644
--- a/ui/app/components/dropdowns/components/account-dropdowns.js
+++ b/ui/app/components/dropdowns/components/account-dropdowns.js
@@ -17,7 +17,9 @@ class AccountDropdowns extends Component {
accountSelectorActive: false,
optionsMenuActive: false,
}
- this.accountSelectorToggleClassName = 'accounts-selector'
+ // Used for orangeaccount selector icon
+ // this.accountSelectorToggleClassName = 'accounts-selector'
+ this.accountSelectorToggleClassName = 'fa-angle-down'
this.optionsMenuToggleClassName = 'fa-ellipsis-h'
}