Added colors for an Active Call (#5308)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-04-11 06:40:41 +03:00 committed by GitHub
parent 90665502e8
commit 15d9f532ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,9 @@
--input-HelperColor: #8b97ad;
--input-error-BorderColor: #fb6863;
--input-search-IconColor: #ffffff;
--love-active-call-color-1: #5190EC;
--love-active-call-color-2: #F47758;
}
/* Light Theme */
@ -181,4 +184,7 @@
--input-HelperColor: #556178;
--input-error-BorderColor: #e34748;
--input-search-IconColor: #0f121a;
--love-active-call-color-1: #205DC2;
--love-active-call-color-2: #e34748;
}