mirror of https://github.com/OpenVidu/openvidu.git
ov-components: remove alpha values from color variables in light and dark themes
parent
1c21097f59
commit
90071667ac
|
@ -80,10 +80,10 @@ export const OPENVIDU_COMPONENTS_LIGHT_THEME: OpenViduThemeVariables = {
|
|||
'--ov-surface-color': '#ffffff',
|
||||
'--ov-surface-container-color': '#f8f9fa',
|
||||
'--ov-surface-container-high-color': '#f0f0f0',
|
||||
'--ov-primary-action-color': '#d3d7d8ff',
|
||||
'--ov-primary-action-color-lighter': '#c1cbceff',
|
||||
'--ov-secondary-action-color': '#6e6d6dff',
|
||||
'--ov-accent-action-color': '#bddfe7ff',
|
||||
'--ov-primary-action-color': '#d3d7d8',
|
||||
'--ov-primary-action-color-lighter': '#c1cbce',
|
||||
'--ov-secondary-action-color': '#6e6d6d',
|
||||
'--ov-accent-action-color': '#bddfe7',
|
||||
'--ov-error-color': '#dc3545',
|
||||
'--ov-warn-color': '#eea300',
|
||||
'--ov-success-color': '#28a745',
|
||||
|
@ -92,7 +92,7 @@ export const OPENVIDU_COMPONENTS_LIGHT_THEME: OpenViduThemeVariables = {
|
|||
'--ov-text-secondary-color': '#6c757d',
|
||||
'--ov-text-disabled-color': '#adb5bd',
|
||||
'--ov-hover-color': '#f8f9fa',
|
||||
'--ov-active-color': 'rgba(66, 133, 244, 0.08)',
|
||||
'--ov-active-color': '#4285f4',
|
||||
'--ov-focus-color': '#4285f4',
|
||||
'--ov-disabled-background': '#f8f9fa',
|
||||
'--ov-disabled-border-color': '#dee2e6',
|
||||
|
@ -119,9 +119,9 @@ export const OPENVIDU_COMPONENTS_DARK_THEME: OpenViduThemeVariables = {
|
|||
'--ov-surface-container-color': '#3a3a3a',
|
||||
'--ov-surface-container-high-color': '#474747',
|
||||
'--ov-primary-action-color': '#4a4e4e',
|
||||
'--ov-primary-action-color-lighter': '#93a5a8ff',
|
||||
'--ov-primary-action-color-lighter': '#93a5a8',
|
||||
'--ov-secondary-action-color': '#e1e1e1',
|
||||
'--ov-accent-action-color': '#009ab9ff',
|
||||
'--ov-accent-action-color': '#009ab9',
|
||||
'--ov-error-color': '#dc3545',
|
||||
'--ov-warn-color': '#eea300',
|
||||
'--ov-success-color': '#69db7c',
|
||||
|
@ -130,15 +130,15 @@ export const OPENVIDU_COMPONENTS_DARK_THEME: OpenViduThemeVariables = {
|
|||
'--ov-text-secondary-color': '#b3b3b3',
|
||||
'--ov-text-disabled-color': '#666666',
|
||||
'--ov-hover-color': '#4a4a4a',
|
||||
'--ov-active-color': '#4285f433',
|
||||
'--ov-active-color': '#4285f4',
|
||||
'--ov-focus-color': '#5294ff',
|
||||
'--ov-disabled-background': '#3a3a3a',
|
||||
'--ov-disabled-border-color': '#555555',
|
||||
'--ov-input-background': '#3a3a3a',
|
||||
'--ov-border-color': '#555555',
|
||||
'--ov-border-focus-color': '#5294ff',
|
||||
'--ov-activity-status-color': '#c8cdd6ff',
|
||||
'--ov-broadcasting-color': '#9d5af3ff',
|
||||
'--ov-activity-status-color': '#c8cdd6',
|
||||
'--ov-broadcasting-color': '#9d5af3',
|
||||
'--ov-video-background': '#000000',
|
||||
|
||||
'--ov-toolbar-buttons-radius': '50%',
|
||||
|
|
Loading…
Reference in New Issue