Skip to content

Commit

Permalink
UPDATE: default for external button
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahUy committed Oct 13, 2023
1 parent 4be9b2b commit 4da3f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/common/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const ExternalButton = ({
kind?: ButtonKind
}) => {
const underlineStyle = underlineHover ? 'underline-hover' : 'outline'
const actualSize = size || 'xsmall'
const actualSize = size || 'small'
return (
<ExternalLink href={href} openOnSamePage={openOnSamePage}>
<Button kind={kind ? kind : underlineStyle} size={actualSize}>
Expand Down

0 comments on commit 4da3f15

Please sign in to comment.