diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 12:40:21 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 12:42:16 +0800 |
commit | 779be75370e10ea9b248686790127200badc3f65 (patch) | |
tree | b5e1718cfb0bd05c7099d25103f9ef377f9fad06 /ui/app/components/dropdown.js | |
parent | be116ecfbd687dffd5a1dfd2987a027b606e09cd (diff) | |
download | dexon-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.js | 3 |
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 |