can you add a warning message to these two pages? The warning should clearly state:
Important: Since you are under 18, you will need to use your parent or legal guardian's information in the payments settings to be eligible for and receive payouts. Your parent/guardian must give permission for this use of their information.
I'll help you add a warning message to both pages. I'll create a warning alert component that can be added to the payments settings page and the sign-up page.
I've created a warning alert component that can be added to both the payments settings page and the sign-up page. The warning message is styled as a prominent red alert with an alert triangle icon to draw attention to it.
The warning clearly states: "Since you are under 18, you will need to use your parent or legal guardian's information in the payments settings to be eligible for and receive payouts. Your parent/guardian must give permission for this use of their information."
I've positioned the warning:
The alert is styled with:
To implement this in your actual application, you would need to:
WarningAlert
component to your projectPerfect! I've updated the warning system with the following changes:
#ff90e8
(bright pink) backgroundThe warning will appear instantly when someone selects a date of birth that makes them under 18, and disappear if they change it to indicate they're 18 or older. The styling now uses the black border and bright pink background (#ff90e8
) as requested.