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 db01472 commit 696fe27Copy full SHA for 696fe27
.changeset/seven-tomatoes-sit.md
@@ -0,0 +1,5 @@
1
+---
2
+'@leafygreen-ui/expandable-card': patch
3
4
+
5
+Updates `background-color` when rendered in dark mode to match design spec.
packages/expandable-card/src/ExpandableCard/ExpandableCard.styles.ts
@@ -17,7 +17,6 @@ export const cardStyle = (darkMode: boolean) => css`
17
width: 100%;
18
padding: 0;
19
color: ${darkMode ? palette.gray.light2 : palette.black};
20
- background-color: ${darkMode ? palette.gray.dark4 : palette.white};
21
`;
22
23
export const summaryStyle = css`
0 commit comments