mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
🎨(theme-picker): Fix oval close button
This commit is contained in:
parent
ff08f73f31
commit
c71f4e28d2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class ThemePicker extends React.Component {
|
|||
<Flexbox direction="column">
|
||||
<RetinaImg
|
||||
className="theme-picker-x"
|
||||
style={{width: "14", height: "14", WebkitFilter: "none"}}
|
||||
style={{width: "14", WebkitFilter: "none"}}
|
||||
name="picker-close.png"
|
||||
mode={RetinaImg.Mode.ContentDark}
|
||||
onMouseDown={() => Actions.closeModal()} />
|
||||
|
|
Loading…
Reference in a new issue