diff options
| author | Haishan <[email protected]> | 2020-03-01 17:34:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-01 17:34:05 +0800 |
| commit | 21653c415602ddb0ebb59f800bf14b9f1310578d (patch) | |
| tree | d86204088d35b4955ab23521734e88304f65a9f6 /src/components/Config.js | |
| parent | 5b86e7bf0ff1b232c66e056f36a5c07263677bfc (diff) | |
chore: use react-switch for better a11y
Diffstat (limited to 'src/components/Config.js')
| -rw-r--r-- | src/components/Config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Config.js b/src/components/Config.js index c4ba302..7848b9b 100644 --- a/src/components/Config.js +++ b/src/components/Config.js @@ -11,7 +11,7 @@ import { } from '../store/app'; import ContentHeader from './ContentHeader'; -import Switch from './Switch'; +import Switch from './SwitchThemed'; import ToggleSwitch from './ToggleSwitch'; import Input, { SelfControlledInput } from './Input'; import Button from './Button'; |
