fix(web): item type badge colors don't match style guide #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
The item type badge color mapping in
ItemTable.tsx(lines 52-55) andItemDetail.tsx(lines 67-70) contradictsdocs/STYLE.mdAccent Usage for Data Types.Current (wrong):
Should be (per style guide):
--ctp-green/rgba(166,227,161,0.2)--ctp-mauve/rgba(203,166,247,0.2)--ctp-blue/rgba(137,180,250,0.2)--ctp-peach/rgba(250,179,135,0.2)--ctp-overlay1Tooling (currently red) is not in the style guide — pick a color and add it to the spec.
Files:
web/src/components/items/ItemTable.tsx,web/src/components/items/ItemDetail.tsx