Skip to content

Commit

Permalink
fix(button): default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Dec 7, 2023
1 parent b44167a commit e7e3d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/primitives/button/button.tsx
Expand Up @@ -72,7 +72,7 @@ export const Button = forwardRef(function Button(
iconRight,
justify: justifyProp = 'center',
loading,
mode = 'default',
mode = 'ghost',
padding: paddingProp = 3,
paddingX: paddingXProp,
paddingY: paddingYProp,
Expand Down

0 comments on commit e7e3d32

Please sign in to comment.