From 8bf6475dc85a1945c5250513f15c88bd1aaa1838 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 6 Nov 2024 11:14:30 +0100 Subject: [PATCH] frontend: Updated openvidu-components styles --- frontend/src/styles.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 0ae96154..dbfe95ac 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -22,21 +22,21 @@ body { // Custom openvidu-components styles :root { - --ov-primary-color: #303030; - --ov-secondary-color: #3e3f3f; - --ov-tertiary-color: #598eff; - --ov-warn-color: #eb5144; - --ov-accent-color: #ffae35; - --ov-light-color: #e6e6e6; + --ov-background-color: #1f2020; + --ov-surface-color: #ffffff; - --ov-logo-background-color: #3a3d3d; - --ov-text-color: #ffffff; + --ov-primary-action-color: #273235; + --ov-secondary-action-color: #f1f1f1; + --ov-accent-action-color: #0089ab; - --ov-panel-text-color: #1d1d1d; - --ov-panel-background: #ffffff; + --ov-error-color: #eb5144; + --ov-warn-color: #ffba53; - --ov-buttons-radius: 50%; + --ov-text-primary-color: #ffffff; + --ov-text-surface-color: #1d1d1d; + + --ov-toolbar-buttons-radius: 50%; --ov-leave-button-radius: 10px; --ov-video-radius: 5px; - --ov-panel-radius: 5px; + --ov-surface-radius: 5px; }