Skip to content

Update Toast.tsx to support padding for modal #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

manhtruongwang
Copy link

@manhtruongwang manhtruongwang commented Mar 9, 2025

Use Toast within modal will cause padding issue, the update will add a padding so Modal can have padding without the header safe area.
Usage:

Toast.show({
        type: ALERT_TYPE.WARNING,
        textBody: t("t_check_your_input"),
        paddingTop: 10, // Default to original padding if not set 
      });
      return;

In Modal wrap the content in
<AlertNotificationRoot>{children}</AlertNotificationRoot>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant