Skip to content

Commit

Permalink
Update src/Button/styles.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Langerman <18661030+langermank@users.noreply.github.com>
  • Loading branch information
radglob and langermank committed Jun 22, 2023
1 parent 1e1cc7e commit 4aba402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const getVariantStyles = (variant: VariantType = 'default', theme?: Theme
link: {
color: 'accent.fg',
backgroundColor: 'transparent',
display: 'inline-block',
display: 'inline-flex',
border: 'none',
height: 'unset',
padding: 0,
Expand Down

0 comments on commit 4aba402

Please sign in to comment.