Skip to content

Commit 4514650

Browse files
ErioldDaniel Montoya
andauthored
fix(modal): details of widh button modal (#624)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent cb9ef6b commit 4514650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/organisms/ModalAlert/ModalAlert.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ export function ModalAlert({
6666
padding="1rem"
6767
borderLeftWidth={showBorder && option.id === optionsButton[1].id ? '1px' : '0'}
6868
borderLeftColor="#E6E6E6"
69+
onClick={() => option.action()}
6970
>
70-
<BtnLink textDecorationLine={false} fontSize="1rem" onClick={() => option.action()}>
71+
<BtnLink textDecorationLine={false} fontSize="1rem">
7172
{option.label}
7273
</BtnLink>
7374
</Box>

0 commit comments

Comments
 (0)