Skip to content

fix(stimulus-tabs): update background colors to use CSS variables for…#3073

Merged
CarlaCostea merged 2 commits into
developfrom
feat/PIE-746
Jul 8, 2026
Merged

fix(stimulus-tabs): update background colors to use CSS variables for…#3073
CarlaCostea merged 2 commits into
developfrom
feat/PIE-746

Conversation

@PatriciaRomaniuc

Copy link
Copy Markdown
Contributor

… theming support PIE-746

color.background() and color.white() compiled to var(--pie-background, rgba(255,255,255,0)) and var(--pie-white, #ffffff)

Added this new var in passage (--pie-passage-header-background) so this way passage stays generic/reusable, and the coupling lives in exactly one place — the spot where someone makes the product decision that these two should share a color.
In pie-players it can be used like this to have the same color as the card header:

pie-player {
  --pie-passage-header-background: var(--pie-section-player-card-header-background);
}

https://illuminate.atlassian.net/browse/PIE-746

@CarlaCostea CarlaCostea merged commit 620d654 into develop Jul 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants