mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Fixed select flaw
This commit is contained in:
@@ -96,7 +96,8 @@ function ToggleSpan({name, state, checkedValue, uncheckedValue, onChange, onRese
|
||||
alignItems: "center",
|
||||
backgroundColor: checked ? "#2196F3" : "white",
|
||||
color: checked ? "white" : "black",
|
||||
cursor: "pointer"
|
||||
cursor: "pointer",
|
||||
userSelect: "none"
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user