Skip to content

Commit

Permalink
StyleIcon -> WithIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
benprosen committed Oct 15, 2024
1 parent 35e75c8 commit a8b87db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Badge/Badge.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const ColorSchemesTemplate = (args) => {
export const ColorSchemes = ColorSchemesTemplate.bind({})
ColorSchemesTemplate.args = {}

export const IconStyle = () => {
export const WithIcon = () => {
return (
<Badge colorScheme='neutralDarkOnLight' size='captionMedium' textTransform='capitalize' mr={1}>
<Flex>
Expand Down

0 comments on commit a8b87db

Please sign in to comment.