fix(kanban): use light-theme defaults and tighter columns to fit 1440px #208
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos!208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_kanban_light_theme"
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?
Summary
kanban_column.rshardcoded dark-theme fallbacks (#2b3035bg, white-on-dark borders), making columns appear near-black on hero_os's light theme. Column min-width 280px × 5 also overflowed 1440px viewports.Related Issue
Closes #206
Changes
Swapped fallback bg/border to light values and dropped column min-width 280→240 so 5 columns fit a 1440px viewport.
Test Results
cargo check --features webclean. Visual verification deferred to post-merge.