Skip to content

Commit ab5c9e2

Browse files
authored
Fix Switch's 'On' status text (#17)
1 parent 06aedfa commit ab5c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/Input.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ styles = jss
481481
, backgroundColor: cssStringHSLA colors.primary
482482

483483
, "&::before":
484-
{ content: "On"
484+
{ content: "'On'"
485485
}
486486
, "&::after":
487487
{ transform: "translateX(11px)"

0 commit comments

Comments
 (0)