Skip to content

Commit e9674b3

Browse files
authored
fix: remove background color from header (#93)
1 parent da1adb5 commit e9674b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/header/Header.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { DefaultReset } from "../reset.css";
66
import { ContainerColor } from "../types";
77

88
const getVariant = (variant: ContainerColor): ComplexStyleRule => ({
9-
backgroundColor: color[variant].Container,
109
color: color[variant].OnContainer,
1110
border: `0 solid ${color[variant].ContainerLine}`,
1211
});

0 commit comments

Comments
 (0)