Skip to content

Commit 9a0827e

Browse files
committed
fix(color-variables): define missing disabled color
1 parent c2d8a8e commit 9a0827e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/_theme-color-variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
--limel-theme-error-text-color: rgb(var(--color-red-darker));
5555
--limel-theme-surface-background-color: rgb(var(--contrast-100));
5656
--limel-theme-on-surface-color: rgb(var(--contrast-1500));
57+
--limel-theme-text-disabled-color: rgb(var(--contrast-900));
5758
}

0 commit comments

Comments
 (0)