diff options
Diffstat (limited to 'Pages/Component/Switch.razor.css')
| -rw-r--r-- | Pages/Component/Switch.razor.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/Component/Switch.razor.css b/Pages/Component/Switch.razor.css index 076b5d1..6b1f5d5 100644 --- a/Pages/Component/Switch.razor.css +++ b/Pages/Component/Switch.razor.css @@ -2,6 +2,7 @@ background: var(--col-switch-bg); border-radius: 20px; border: 1px solid var(--col-switch-fg); + cursor: pointer; height: 20px; transition: background 0.1s linear; width: 40px; |
