You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/apollo-vertex/app/patterns/notifications/in-product/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Inline alerts support two visual styles. Choose based on the urgency and importa
134
134
135
135
#### Default (tinted)
136
136
137
-
Low-opacity status background with neutral title text. Use for critical messages that demand immediate attention or block progress.
137
+
Low-opacity status background with neutral title text. Use for persistent, non-dismissible messages, from routine updates and background info to blocking errors.
138
138
139
139
<divclassName="p-4 border rounded-lg mt-4">
140
140
<AlertExamples />
@@ -332,7 +332,7 @@ Avoid driving users away from their workflow unless necessary.
332
332
333
333
| Question | Answer | Style |
334
334
|---|---|---|
335
-
| Is the message routine, informational, or requires immediate attention? | Yes | Default (tinted) |
335
+
| Is the message routine, informational, or does it require immediate attention? | Yes | Default (tinted) |
336
336
| Is the message contextual, a warning, or an unresolved requirement? | Yes | Accent (outline) |
337
337
338
338
> When unsure, use **default**. Use Accent only when the message needs a distinct visual call-out.
0 commit comments