Increase size of settings dropdown and account settings dropdown

feature/default_network_editable
sdtsui 7 years ago
parent 086441e41c
commit 36d8c3dd39
  1. 2
      ui/app/components/account-dropdowns.js
  2. 2
      ui/app/components/dropdown.js

@ -119,7 +119,7 @@ class AccountDropdowns extends Component {
Dropdown, Dropdown,
{ {
style: { style: {
marginLeft: '-162px', marginLeft: '-215px',
minWidth: '180px', minWidth: '180px',
}, },
isOpen: optionsMenuActive, isOpen: optionsMenuActive,

@ -66,7 +66,7 @@ class DropdownMenuItem extends Component {
style: { style: {
listStyle: 'none', listStyle: 'none',
padding: '8px 0px 8px 0px', padding: '8px 0px 8px 0px',
fontSize: '12px', fontSize: '18px',
fontStyle: 'normal', fontStyle: 'normal',
fontFamily: 'Montserrat Regular', fontFamily: 'Montserrat Regular',
cursor: 'pointer', cursor: 'pointer',

Loading…
Cancel
Save