Skip to content

Commit

Permalink
fix(modal): details of widh button modal (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Montoya <[email protected]>
  • Loading branch information
Eriold and Daniel Montoya authored Feb 19, 2024
1 parent cb9ef6b commit 4514650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/organisms/ModalAlert/ModalAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ export function ModalAlert({
padding="1rem"
borderLeftWidth={showBorder && option.id === optionsButton[1].id ? '1px' : '0'}
borderLeftColor="#E6E6E6"
onClick={() => option.action()}
>
<BtnLink textDecorationLine={false} fontSize="1rem" onClick={() => option.action()}>
<BtnLink textDecorationLine={false} fontSize="1rem">
{option.label}
</BtnLink>
</Box>
Expand Down

0 comments on commit 4514650

Please sign in to comment.