Closed
Bug 1913790
Opened 4 months ago
Closed 3 months ago
Fix text/color/deemphasized in tokens-figma.json for forcedColors
Categories
(Toolkit :: Themes, task)
Toolkit
Themes
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: julianwels, Assigned: julianwels)
Details
Attachments
(1 file)
The tokens-figma.json
file currently generates the following colors for text/color/deemphasized
{
"light": "color-mix(in srgb, currentColor 69%, transparent)",
"dark": "color-mix(in srgb, currentColor 69%, transparent)",
"forcedColors": "color-mix(in srgb, currentColor 69%, transparent)"
}
forcedColors
is not supposed to be the same as light and dark and instead just be inherit
, which would mirror the design-tokens.json
file.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → julianwels
Attachment #9419747 -
Attachment description: WIP: Bug 1913790 - Fixed text/color/deemphasized in tokens-figma.json for forcedColors. → Bug 1913790 - Fixed text/color/deemphasized in tokens-figma.json for forcedColors.
Status: NEW → ASSIGNED
Updated•3 months ago
|
Type: defect → task
Pushed by jsimplicio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bead994ef56f
Fixed text/color/deemphasized in tokens-figma.json for forcedColors. r=jules,reusable-components-reviewers,desktop-theme-reviewers,dao,mstriemer
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•