mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-25 18:14:58 +00:00
tweak(ui): use default cursor for segmented control
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
[data-slot="radio-group-item-label"] {
|
[data-slot="radio-group-item-label"] {
|
||||||
color: var(--text-weak);
|
color: var(--text-weak);
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user