fix(ui): match kanban column hints to sidebar hint style #85

Merged
barrettruth merged 1 commit from fix/kanban-hint-font into main 2026-03-25 14:39:04 +00:00
barrettruth commented 2026-03-25 14:37:01 +00:00

Problem

Kanban column hints used a different element and opacity than sidebar hints.

Solution

Change from <span> with text-muted-foreground/40 to <kbd> with text-muted-foreground, matching the sidebar's hint pattern.

## Problem Kanban column hints used a different element and opacity than sidebar hints. ## Solution Change from `<span>` with `text-muted-foreground/40` to `<kbd>` with `text-muted-foreground`, matching the sidebar's hint pattern.
Sign in to join this conversation.
No description provided.