summaryrefslogtreecommitdiff
path: root/src/components/Config.js
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-03-01 17:34:05 +0800
committerHaishan <[email protected]>2020-03-01 17:34:05 +0800
commit21653c415602ddb0ebb59f800bf14b9f1310578d (patch)
treed86204088d35b4955ab23521734e88304f65a9f6 /src/components/Config.js
parent5b86e7bf0ff1b232c66e056f36a5c07263677bfc (diff)
chore: use react-switch for better a11y
Diffstat (limited to 'src/components/Config.js')
-rw-r--r--src/components/Config.js2
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';