Skip to content

Commit

Permalink
fix(Card): add missing white background
Browse files Browse the repository at this point in the history
  • Loading branch information
oreqizer committed Oct 17, 2023
1 parent f61da8a commit ec18790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Card/index.tsx
Expand Up @@ -46,7 +46,7 @@ export default function Card({
<div
id={id}
className={cx(
"font-base [&>*]:border-elevation-flat-border-color [&>*:first-child]:rounded-t-normal [&>*:last-child]:rounded-b-normal [&>*:first-child]:border-t",
"font-base bg-white-normal [&>*]:border-elevation-flat-border-color [&>*:first-child]:rounded-t-normal [&>*:last-child]:rounded-b-normal [&>*:first-child]:border-t",
spaceAfter != null && spaceAfterClasses[spaceAfter],
)}
data-test={dataTest}
Expand Down

0 comments on commit ec18790

Please sign in to comment.