mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
fix(theme-picker): Add tabIndex to click to dismiss
This commit is contained in:
parent
a7af2ddf25
commit
400ccb1cdb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class ThemePicker extends React.Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div className="theme-picker">
|
||||
<div className="theme-picker" tabIndex="1">
|
||||
<Flexbox direction="column">
|
||||
<RetinaImg
|
||||
style={{width: "14", height: "14", margin: "12px", WebkitFilter: "none"}}
|
||||
|
|
Loading…
Reference in a new issue