Skip to content

Commit

Permalink
Merge branch 'notification-docs' of https://github.com/primer/design
Browse files Browse the repository at this point in the history
…into notification-docs
  • Loading branch information
langermank committed Jul 11, 2024
2 parents 5d86d49 + c6c6900 commit e3d8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ui-patterns/notification-messaging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Messaging components combine state with message type to provide the appropriate
| <Box sx={{color: 'danger.fg', display: 'flex', alignItems: 'center', gap: '0.5rem'}}><AlertIcon /><span>Critical</span></Box> | Informs about an error that occured or warns about loss of access or data as a result of an action. |
| <Box sx={{color: 'success.fg', display: 'flex', alignItems: 'center', gap: '0.5rem'}}><CheckCircleIcon /><span>Success</span></Box> | Informs about successfully completing an action. |
| <Box sx={{color: 'fg.muted', display: 'flex', alignItems: 'center', gap: '0.5rem'}}><StopIcon /><span>Unavailable</span></Box> | Informs about degraded experiences or outages. |
| <Box sx={{color: 'done.fg', display: 'flex', alignItems: 'center', gap: '0.5rem'}}><InfoIcon /><span>Upsell</span></Box> | Highlights features that are available for specific account types such as Enterprice. |
| <Box sx={{color: 'done.fg', display: 'flex', alignItems: 'center', gap: '0.5rem'}}><InfoIcon /><span>Upsell</span></Box> | Highlights features that are available for specific account types such as Enterprise. |

### Info

Expand Down

0 comments on commit e3d8063

Please sign in to comment.