Skip to content

Commit f59d898

Browse files
committed
Update Button.tsx
1 parent 9f311d4 commit f59d898

File tree

1 file changed

+1
-1
lines changed
  • packages/promo-pages/src/components/homepage/layout

1 file changed

+1
-1
lines changed

packages/promo-pages/src/components/homepage/layout/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Props = DetailedHTMLProps<
2323
type MandatoryProps = Omit<
2424
ExtraProps,
2525
'background' | 'color' | 'hoverColor' | 'fullWidth'
26-
> & {fullWidth?: boolean};
26+
> & {readonly fullWidth?: boolean};
2727
type PrestyledProps = DetailedHTMLProps<
2828
ButtonHTMLAttributes<HTMLButtonElement>,
2929
HTMLButtonElement

0 commit comments

Comments
 (0)