🎨(theme-picker): Add inline style to close button

This commit is contained in:
Jackie Luo 2016-03-06 16:36:28 -08:00
parent 2fe8650cc4
commit 22189f91e6

View file

@ -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()} />