Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Oct 18, 2024
1 parent 8e67d2e commit e8cd4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Button = forwardRef(
className={clsx(
'ams-button',
`ams-button--${variant}`,
iconPosition === 'only' && `.ams-button--icon-position-only`,
iconPosition === 'only' && `ams-button--icon-position-only`,
className,
)}
type={type || 'button'}
Expand Down

0 comments on commit e8cd4db

Please sign in to comment.