We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4734de3 commit 8c90ca2Copy full SHA for 8c90ca2
src/components/Button/Button.tsx
@@ -15,12 +15,6 @@ export interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
15
align?: Alignment;
16
fillWidth?: boolean;
17
loading?: boolean;
18
-<<<<<<< HEAD
19
-||||||| merged common ancestors
20
->>>>>>>>> Temporary merge branch 2
21
-=======
22
- as?: unknown;
23
->>>>>>> 0cfd13da5869704b2c729341807dab164e280ff4
24
}
25
26
export const Button = ({
@@ -40,12 +34,7 @@ export const Button = ({
40
34
$align={align}
41
35
$fillWidth={fillWidth}
42
36
disabled={disabled || loading}
43
44
37
role="button"
45
46
47
48
49
38
{...delegated}
50
39
>
51
{iconLeft && (
0 commit comments