Skip to content

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