-
Notifications
You must be signed in to change notification settings - Fork 392
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
Add note about overlay #920
Conversation
@@ -14,7 +14,14 @@ import {AccessibilityLink} from '~/src/components/accessibility-link' | |||
|
|||
## Usage | |||
|
|||
Overlay is an internal component and is intended to be used as a private API, composing other components. It is not intended to be used on its own. | |||
<Note variant="danger"> | |||
<Text sx={{display: 'block', fontWeight: 'bold', mb: 2}}>⚠️ Usage Warning ⚠️</Text> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inspired by the warning in tooltip!
I've followed up separately on addressing the Deploy preview failure - #921 |
I shipped #921, so why am I still not the option to update my branch 🤔 |
It looks like the content after the newline is wrapped in a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
Relates to: https://github.com/github/accessibility-audits/issues/10095