Skip to content

Commit

Permalink
chore(uikit canary version): [publish_preview] test with a commit tri…
Browse files Browse the repository at this point in the history
…gger
  • Loading branch information
Ddouglasz committed Sep 19, 2024
1 parent 5c2c2a6 commit cd8f264
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 @@ -55,7 +55,7 @@ const Card = (props: TCardProps) => {
onClick: isClickable ? props.onClick : undefined,
'aria-disabled': props.isDisabled ? true : undefined,
css: css`
// background-color: purple !important;
background-color: green !important;
box-sizing: border-box;
width: 100%;
font-size: 1rem;
Expand Down

0 comments on commit cd8f264

Please sign in to comment.