Skip to content

Commit

Permalink
feat(pill): update pill type on product card
Browse files Browse the repository at this point in the history
  • Loading branch information
acpcor committed Jun 26, 2024
1 parent 4a775a7 commit 768c9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions malty/molecules/ProductCard/ProductCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ export const Base: Story = {
loyalty: { label: '+30', imageSrc: 'https://www.carlsberg.com/media/2249/favicon-32x32.png' },
stock: { label: 'In Stock', stockColor: TextColor.Success },
quantitySelectOptions: selectQuanityOptions,
discountPill: { text: '20%', type: PillType.AlertStrong },
promoPill: { text: 'Promo', type: PillType.AlertStrong, icon: <Coupon /> },
discountPill: { text: '20%', type: PillType.Alert },
promoPill: { text: 'Promo', type: PillType.Alert, icon: <Coupon /> },
cartPill: { text: '2', type: PillType.Success, icon: <Cart /> },
favoriteIconColor: IconColor.Primary,
productCardStyle: CardStyle.Plain
Expand Down

0 comments on commit 768c9ea

Please sign in to comment.