diff --git a/src/components/_chat.scss b/src/components/_chat.scss index 5409ae7..ce61541 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -437,6 +437,14 @@ div[class^="callContainer"] { background-color: $red !important; color: $crust !important; } + + div[class*="clipsEnabledIndicator"] { + // This covers clipBadgeIcon and clipBadgeText + div[class^="clipBadge"] { + background-color: $brand !important; + color: $crust; + } + } } button[class*="leftTrayIcon_"][class*="buttonColor_"] { @@ -455,6 +463,10 @@ div[class^="callContainer"] { [class*="centerIcon_"] { color: $crust; } + + svg[class^="contextMenuCaret"] path { + stroke: $crust !important; + } } &[class*="primaryDark_"] { diff --git a/src/components/_popouts.scss b/src/components/_popouts.scss index d77b822..71f25da 100644 --- a/src/components/_popouts.scss +++ b/src/components/_popouts.scss @@ -751,6 +751,11 @@ div[class*="phoneFieldPopout"] { } } +// Color Picker Popout +div[class^="customColorPicker"] { + background: $mantle !important; +} + // Student hub icon div[class^="layerContainer"] div[class*="modalContent"]