🎨(theme-picker): Fix oval close button

This commit is contained in:
Jackie Luo 2016-03-31 12:04:41 -07:00
parent ff08f73f31
commit c71f4e28d2

View file

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