Commit 225c5aa
committed
Fix visually-hidden content
The ToggleButton had a visually-hidden child which was _meant_ to
hold the label, so that folks using screen-readers could understand
what each option is. Unfortunately, I had left the "hello world"
string in there! This commit addresses this oversight.1 parent f837929 commit 225c5aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments