mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
🎨(theme-picker): Fix oval close button
This commit is contained in:
parent
49a321124f
commit
dc1ff47bb0
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…
Add table
Reference in a new issue