-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
needs-triageIssue that require triageIssue that require triage
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
the workspace notifications popover's heading is hardcoded to text-white:
coder/site/src/pages/WorkspacePage/WorkspaceNotifications/Notifications.tsx
Lines 51 to 58 in d06b21d
| <TooltipContent | |
| align="end" | |
| collisionPadding={16} | |
| className="max-w-[400px] p-0 bg-surface-secondary border-surface-quaternary text-sm text-white" | |
| style={{ | |
| borderColor: theme.roles[severity].outline, | |
| }} | |
| > |
reported by @DanielleMaywood
Relevant Log Output
Expected Behavior
heading is text-content-primary text color, which is light in a dark theme, and dark in a light theme
Steps to Reproduce
- set color theme to light
- hover over workspace notifications
Environment
- Host OS: macOS Sequoia 15.3.1
- Coder version: 2.29.3
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIssue that require triageIssue that require triage