Skip to content

Commit

Permalink
chore(uikit canary version): test without a commit trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddouglasz committed Sep 19, 2024
1 parent 35fbafa commit 5c2c2a6
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: purple !important;
box-sizing: border-box;
width: 100%;
font-size: 1rem;
Expand Down

0 comments on commit 5c2c2a6

Please sign in to comment.