fix description/label styles to be consistent

This commit is contained in:
jeffvli
2026-07-23 19:57:06 -07:00
parent a0bae0ffb0
commit bcc6edc5dc
26 changed files with 111 additions and 11 deletions
@@ -25,7 +25,7 @@
}
.label {
margin-bottom: var(--theme-spacing-sm);
margin-bottom: var(--theme-spacing-xs);
}
.dropdown {
@@ -57,3 +57,9 @@
.option:hover {
background: lighten(var(--theme-colors-surface), 5%);
}
.description {
margin-bottom: var(--theme-spacing-xs);
font-size: var(--theme-font-size-xs);
color: var(--theme-colors-foreground-muted);
}