Skip to content

Commit

Permalink
Update SmallButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jul 2, 2024
1 parent 0bdeba6 commit bc9efb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/atoms/buttons/SmallButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export function SmallButton(props: SmallButtonProps): JSX.Element {
: `${SPACING.spacing16} ${SPACING.spacing24}`
}
{...buttonProps}
aria-disabled={disabled}
>
<Flex
flexDirection={DIRECTION_ROW}
Expand Down

0 comments on commit bc9efb5

Please sign in to comment.