We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1adb5 commit e9674b3Copy full SHA for e9674b3
src/components/header/Header.css.ts
@@ -6,7 +6,6 @@ import { DefaultReset } from "../reset.css";
6
import { ContainerColor } from "../types";
7
8
const getVariant = (variant: ContainerColor): ComplexStyleRule => ({
9
- backgroundColor: color[variant].Container,
10
color: color[variant].OnContainer,
11
border: `0 solid ${color[variant].ContainerLine}`,
12
});
0 commit comments