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 cecef2a commit 73a4fe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-worms-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-uikit/card': minor
---

test a branch with commit trigger or nor
1 change: 1 addition & 0 deletions packages/components/card/src/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Card = (props: TCardProps) => {
onClick: isClickable ? props.onClick : undefined,
'aria-disabled': props.isDisabled ? true : undefined,
css: css`
background-color: lightBlue !important;
box-sizing: border-box;
width: 100%;
font-size: 1rem;
Expand Down

0 comments on commit 73a4fe3

Please sign in to comment.