Bug: Support page secondary CTA bg-secondary-bg is undefined in Tailwind config #112
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#112
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Support page ZohoDesk Sign In button uses the class bg-secondary-bg:
className="inline-flex items-center justify-center px-6 py-3 bg-secondary-bg text-primary-navy font-medium rounded-md hover:bg-secondary-bg/80 transition-colors"
But bg-secondary-bg is not defined in the Tailwind config. The configured background colors are background, section-alt, card. There is no secondary-bg color defined.
This means the button likely renders with no background (transparent), making it invisible or broken.
Fix
Replace bg-secondary-bg with a valid Tailwind color. Options:
Files
Severity
Medium - button may be invisible on the Support page