Skip to content

## FRONTEND: Discover Page — Organizer Filter Uses Inline Styles — Violates Design System #1051

Description

@OSEH-svg

Description
The organizer filter pill buttons on the Discover page use inline Tailwind values bg-violet-600 and bg-gray-100 that do not match the project's design tokens. Closed issue #700 (FRONTEND: Centralise Colour Palette) established that all colours must use design tokens, not arbitrary Tailwind values.

Tasks

  • Replace bg-violet-600 with the correct brand accent token (e.g., bg-accent).
  • Replace bg-gray-100 / text-gray-700 with appropriate surface/ink tokens from globals.css.
  • Ensure hover states also use design tokens.
    Acceptance Criteria
  • No raw bg-violet-* or bg-gray-* classes remain on the organizer filter pills.
  • Visual appearance matches the design system.
  • pnpm lint passes without errors.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions