Skip to content

Commit

Permalink
chore(uikit canary version): test preview branch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddouglasz committed Sep 16, 2024
1 parent 29ee82e commit e8f05fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/card/src/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ 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

0 comments on commit e8f05fb

Please sign in to comment.