We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f311d4 commit f59d898Copy full SHA for f59d898
packages/promo-pages/src/components/homepage/layout/Button.tsx
@@ -23,7 +23,7 @@ type Props = DetailedHTMLProps<
23
type MandatoryProps = Omit<
24
ExtraProps,
25
'background' | 'color' | 'hoverColor' | 'fullWidth'
26
-> & {fullWidth?: boolean};
+> & {readonly fullWidth?: boolean};
27
type PrestyledProps = DetailedHTMLProps<
28
ButtonHTMLAttributes<HTMLButtonElement>,
29
HTMLButtonElement
0 commit comments