Skip to content

Commit db6c2df

Browse files
committed
remove fallbacks from source
1 parent f136578 commit db6c2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.component {
22
background-color: var(--bgColor-default);
3-
color: var(--fgColor-muted, var(--color-fg-muted));
4-
border: 1px solid var(--borderColor-default, var(--color-border-default));
3+
color: var(--fgColor-muted);
4+
border: 1px solid var(--borderColor-default);
55
width: fit-content;
66
padding: var(--control-xsmall-paddingBlock) var(--control-xsmall-paddingInline-normal);
77
}

0 commit comments

Comments
 (0)