mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(account-switcher): Dark content mode, closes #382
This commit is contained in:
parent
1b85eb55ef
commit
debf7b902d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class AccountSwitcher extends React.Component
|
|||
<div style={float: 'right', marginTop: -2}>
|
||||
<RetinaImg className="toggle"
|
||||
name="account-switcher-dropdown.png"
|
||||
mode={RetinaImg.Mode.ContentPreserve} />
|
||||
mode={RetinaImg.Mode.ContentDark} />
|
||||
</div>
|
||||
<div className="name" style={lineHeight: "110%"}>
|
||||
{@state.account.emailAddress.trim().toLowerCase()}
|
||||
|
|
Loading…
Reference in a new issue