Skip to content
Merged
Changes from all commits
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
8 changes: 8 additions & 0 deletions component-library/components/video-message/video-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@
left: 100%;
bottom: 0;
}

// The message cards use the muted "card-icon-secondary" treatment, so the title inherits
// --bs-secondary; on the section's bg-body-tertiary background that grey fails WCAG contrast
// for the title text (measured 4.44:1). Keep the accent on the icon, but render the message
// title in the body colour so it stays readable.
.video-message .card-title {
color: var(--bs-body-color);
}