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