diff --git a/components/src/atoms/buttons/LargeButton.tsx b/components/src/atoms/buttons/LargeButton.tsx index cea665221fe..cccf1c0fd09 100644 --- a/components/src/atoms/buttons/LargeButton.tsx +++ b/components/src/atoms/buttons/LargeButton.tsx @@ -206,7 +206,9 @@ export function LargeButton(props: LargeButtonProps): JSX.Element { border: ${buttonType === 'stroke' ? `2px solid ${COLORS.blue55}` - : `${computedBorderStyle()}`}; + : buttonType === 'primary' + ? `4px solid ${COLORS.blue55}` + : computedBorderStyle()}; } &:focus-visible {