feat: light-mode styles

This commit is contained in:
SagarRajput-7 2025-05-19 03:53:40 +05:30
parent 32c300c2d2
commit a11cd5cc3e
2 changed files with 16 additions and 0 deletions

View File

@ -123,6 +123,10 @@
.edit-variable-button { .edit-variable-button {
background: var(--bg-vanilla-300); background: var(--bg-vanilla-300);
} }
.apply-to-all-button {
background: var(--bg-vanilla-300);
}
} }
} }

View File

@ -476,6 +476,18 @@
} }
} }
.default-value-section {
.default-value-description {
color: var(--bg-ink-400);
}
}
.dynamic-variable-section {
.typography-variables {
color: var(--bg-ink-400);
}
}
.variable-textbox-section { .variable-textbox-section {
.typography-variables { .typography-variables {
color: var(--bg-ink-400); color: var(--bg-ink-400);