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 cb9ef6b commit 4514650Copy full SHA for 4514650
src/organisms/ModalAlert/ModalAlert.tsx
@@ -66,8 +66,9 @@ export function ModalAlert({
66
padding="1rem"
67
borderLeftWidth={showBorder && option.id === optionsButton[1].id ? '1px' : '0'}
68
borderLeftColor="#E6E6E6"
69
+ onClick={() => option.action()}
70
>
- <BtnLink textDecorationLine={false} fontSize="1rem" onClick={() => option.action()}>
71
+ <BtnLink textDecorationLine={false} fontSize="1rem">
72
{option.label}
73
</BtnLink>
74
</Box>
0 commit comments