Skip to content

Commit

Permalink
chore(uikit canary version): test preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddouglasz committed Sep 16, 2024
1 parent e8f05fb commit bff8bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/card/src/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'};
Expand Down Expand Up @@ -129,6 +128,7 @@ const Card = (props: TCardProps) => {
}
}
}
console.log('Test preview');

return (
<div
Expand Down

0 comments on commit bff8bfc

Please sign in to comment.