Skip to content

Commit

Permalink
Update src/components/PopUps/PopUpMessageBox.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
davemarco and junhaoliao authored Nov 27, 2024
1 parent f2959ae commit 78f336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PopUps/PopUpMessageBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const PopUpMessageBox = ({message}: PopUpMessageProps) => {
<Button
className={"pop-up-message-box-callback-button"}
color={color}
variant={"soft"}
variant={"solid"}
onClick={button.callback}
>
{button.title}
Expand Down

0 comments on commit 78f336c

Please sign in to comment.