diff --git a/packages/components/card/src/card.tsx b/packages/components/card/src/card.tsx index 492f6b8727..d982a34c9e 100644 --- a/packages/components/card/src/card.tsx +++ b/packages/components/card/src/card.tsx @@ -56,7 +56,6 @@ const Card = (props: TCardProps) => { 'aria-disabled': props.isDisabled ? true : undefined, css: css` box-sizing: border-box; - background-color: lightBlue !important; width: 100%; font-size: 1rem; box-shadow: ${props.type === 'raised' ? designTokens.shadow17 : 'none'}; @@ -129,6 +128,7 @@ const Card = (props: TCardProps) => { } } } + console.log('Test preview'); return (