Skip to content

Commit

Permalink
Merge pull request #150 from brainstormforce/final-uat-akbar
Browse files Browse the repository at this point in the history
Icon size, badge
  • Loading branch information
vrundakansara authored Oct 16, 2024
2 parents b2061a7 + f60b352 commit dfe0fdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/cards/plugin-blocks.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const Template2 = () => {
<Badge
label={ card.badgeText }
icon={ null }
variant="green"
size="xxs"
variant="green"
closable={ false }
className="py-0"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/cards/widget-blocks.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const defaultRadioButtonGroupData = [
icon={ null }
variant="green"
closable={ false }
className="py-0 mr-2"
className="py-0"
/>
),
},
Expand Down Expand Up @@ -216,7 +216,7 @@ const defaultRadioButtonGroupData = [
icon={ null }
variant="yellow"
closable={ false }
className="py-0 mr-2"
className="py-0"
/>
),
},
Expand Down
12 changes: 6 additions & 6 deletions src/ui/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfe0fdc

Please sign in to comment.