f82a3ef1bb
* Update critical gradient for room status bar As per design request, this has been updated to be much more subtle https://github.com/element-hq/compound-design-tokens/pull/232 * update shared-component * Cleanup * Update snaps * description fix color * More cleanup * Use the correct border color * new snaps * fix border, button placement, fonts etc * update lock * Update status bar * Update playwright snaps * Update snap icon * Update other banners * update snap * fixup
24 lines
470 B
CSS
24 lines
470 B
CSS
.container {
|
|
color: var(--cpd-color-text-primary);
|
|
svg {
|
|
/* Ensure button icons are primary too */
|
|
color: var(--cpd-color-text-primary) !important;
|
|
}
|
|
}
|
|
|
|
.secondaryAction svg {
|
|
color: var(--cpd-color-text-secondary) !important;
|
|
}
|
|
|
|
.primaryAction svg {
|
|
color: var(--cpd-color-text-on-solid-primary) !important;
|
|
}
|
|
|
|
.title {
|
|
color: var(--cpd-color-text-critical-primary);
|
|
}
|
|
|
|
.description {
|
|
color: var(--cpd-color-text-primary);
|
|
}
|