wip: sync

This commit is contained in:
Frank
2025-10-10 12:16:57 -04:00
parent 920373d252
commit 5ee3063aab

View File

@@ -1,11 +1,12 @@
.root {
max-width: 40rem;
[data-slot="setting"] {
display: flex;
flex-direction: column;
gap: var(--space-3);
p {
font-size: var(--font-size-sm);
line-height: 1.2;
margin: 0;
color: var(--color-text-muted);
@@ -25,7 +26,6 @@
}
[data-slot="current-value"] {
font-size: var(--font-size-sm);
color: var(--color-text);
line-height: 1.4;
margin: 0;