Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing stack-item headerColor and realm-icon border properties #2038

Merged
merged 4 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rev change
burieberry committed Jan 14, 2025
commit b1873ea75d101f3895d740d6dd80c96e592f2f55
4 changes: 2 additions & 2 deletions packages/boxel-ui/addon/src/components/card-header/index.gts
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ export default class CardHeader extends Component<Signature> {
data-test-card-header
class={{cn is-editing=(bool @onFinishEditing)}}
{{setCssVar
--boxel-card-header-background-color=@headerColor
--boxel-card-header-text-color=(getContrastColor @headerColor)
boxel-card-header-background-color=@headerColor
boxel-card-header-text-color=(getContrastColor @headerColor)
}}
...attributes
>