mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #4948 from MetaMask/i4638-update-font
Update Font in Account Selector
This commit is contained in:
commit
f2194e8482
@ -87,7 +87,6 @@ class DropdownMenuItem extends Component {
|
|||||||
padding: '8px 0px',
|
padding: '8px 0px',
|
||||||
fontSize: '18px',
|
fontSize: '18px',
|
||||||
fontStyle: 'normal',
|
fontStyle: 'normal',
|
||||||
fontFamily: 'Montserrat Regular',
|
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
|
@ -71,7 +71,6 @@ NetworkDropdown.prototype.render = function () {
|
|||||||
const rpcList = props.frequentRpcList
|
const rpcList = props.frequentRpcList
|
||||||
const isOpen = this.props.networkDropdownOpen
|
const isOpen = this.props.networkDropdownOpen
|
||||||
const dropdownMenuItemStyle = {
|
const dropdownMenuItemStyle = {
|
||||||
fontFamily: 'DIN OT',
|
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
lineHeight: '20px',
|
lineHeight: '20px',
|
||||||
padding: '12px 0',
|
padding: '12px 0',
|
||||||
@ -286,7 +285,6 @@ NetworkDropdown.prototype.renderCommonRpc = function (rpcList, provider) {
|
|||||||
closeMenu: () => this.props.hideNetworkDropdown(),
|
closeMenu: () => this.props.hideNetworkDropdown(),
|
||||||
onClick: () => props.setRpcTarget(rpc),
|
onClick: () => props.setRpcTarget(rpc),
|
||||||
style: {
|
style: {
|
||||||
fontFamily: 'DIN OT',
|
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
lineHeight: '20px',
|
lineHeight: '20px',
|
||||||
padding: '12px 0',
|
padding: '12px 0',
|
||||||
@ -325,7 +323,6 @@ NetworkDropdown.prototype.renderCustomOption = function (provider) {
|
|||||||
onClick: () => props.setRpcTarget(rpcTarget),
|
onClick: () => props.setRpcTarget(rpcTarget),
|
||||||
closeMenu: () => this.props.hideNetworkDropdown(),
|
closeMenu: () => this.props.hideNetworkDropdown(),
|
||||||
style: {
|
style: {
|
||||||
fontFamily: 'DIN OT',
|
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
lineHeight: '20px',
|
lineHeight: '20px',
|
||||||
padding: '12px 0',
|
padding: '12px 0',
|
||||||
|
@ -76,7 +76,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.network-name-item {
|
.network-name-item {
|
||||||
font-weight: 100;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: $dusty-gray;
|
color: $dusty-gray;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user