aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/dropdown.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-10 12:40:21 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-10 12:42:16 +0800
commit779be75370e10ea9b248686790127200badc3f65 (patch)
treeb5e1718cfb0bd05c7099d25103f9ef377f9fad06 /ui/app/components/dropdown.js
parentbe116ecfbd687dffd5a1dfd2987a027b606e09cd (diff)
downloaddexon-wallet-779be75370e10ea9b248686790127200badc3f65.tar.gz
dexon-wallet-779be75370e10ea9b248686790127200badc3f65.tar.zst
dexon-wallet-779be75370e10ea9b248686790127200badc3f65.zip
[WIP] Position account potions dropdown correctly and hook up to action creators
Diffstat (limited to 'ui/app/components/dropdown.js')
-rw-r--r--ui/app/components/dropdown.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/dropdown.js b/ui/app/components/dropdown.js
index d9593efe..07ef75f1 100644
--- a/ui/app/components/dropdown.js
+++ b/ui/app/components/dropdown.js
@@ -67,7 +67,7 @@ class DropdownMenuItem extends Component {
},
style: Object.assign({
listStyle: 'none',
- padding: '8px 0px 8px 0px',
+ padding: '8px 0px',
fontSize: '18px',
fontStyle: 'normal',
fontFamily: 'Montserrat Regular',
@@ -75,6 +75,7 @@ class DropdownMenuItem extends Component {
display: 'flex',
justifyContent: 'flex-start',
alignItems: 'center',
+ color: 'white',
}, style),
},
children