feat(voice): render call window in inverse of product theme

This commit is contained in:
Tanmay Deep Sharma
2026-06-03 15:31:54 +05:30
parent 1beaa284c6
commit a7ca818ae2
2 changed files with 31 additions and 3 deletions
@@ -1,7 +1,11 @@
// scss-lint:disable PropertySortOrder
@layer base {
// NEXT COLORS START
:root {
// `.light` mirrors `:root` so any subtree can be forced back to the light
// palette even when an ancestor (e.g. `body.dark`) sets the dark tokens —
// used to render the call window in the opposite theme of the product.
:root,
.light {
// slate
--slate-1: 252 252 253;
--slate-2: 249 249 251;