mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-26 21:18:50 +01:00
web/SettingsToggle: add button class (because it's a button)
This commit is contained in:
parent
3e2c7a3c91
commit
33dd4b9fd8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
aria-hidden={disabled}
|
aria-hidden={disabled}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="toggle-container"
|
class="button toggle-container"
|
||||||
role="switch"
|
role="switch"
|
||||||
aria-checked={isEnabled}
|
aria-checked={isEnabled}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
|
|
Loading…
Reference in a new issue