summaryrefslogtreecommitdiff
path: root/src/components/ToggleSwitch.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-05-31 21:50:46 +0800
committerHaishan <[email protected]>2021-05-31 22:03:53 +0800
commitfcab7cad4f4cc65a7f30427be35c12a909633e2e (patch)
treef677ca7eb8b05837426b6477e943e50608123215 /src/components/ToggleSwitch.module.css
parentd4015f64237b2b429a04af0ebe82fdf883b45b01 (diff)
Minor log style tweak
Diffstat (limited to 'src/components/ToggleSwitch.module.css')
-rw-r--r--src/components/ToggleSwitch.module.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ToggleSwitch.module.css b/src/components/ToggleSwitch.module.css
index 9103fab..4b1388c 100644
--- a/src/components/ToggleSwitch.module.css
+++ b/src/components/ToggleSwitch.module.css
@@ -1,5 +1,6 @@
.ToggleSwitch {
user-select: none;
+ border-radius: 4px;
border: 1px solid #525252;
color: var(--color-text);
background: var(--color-toggle-bg);