mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
🎨(theme-picker): Add inline style to close button
This commit is contained in:
parent
2fe8650cc4
commit
22189f91e6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class ThemePicker extends React.Component {
|
|||
<div style={{textAlign: "center", cursor: "default"}}>
|
||||
<Flexbox direction="column">
|
||||
<RetinaImg
|
||||
style={{width: "14", height: "14", margin: "8px"}}
|
||||
style={{width: "14", height: "14", margin: "8px", WebkitFilter: "none"}}
|
||||
name="picker-close.png"
|
||||
mode={RetinaImg.Mode.ContentDark}
|
||||
onMouseDown={() => Actions.closeModal()} />
|
||||
|
|
Loading…
Reference in a new issue