File tree Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const StyledRoundedPanelButtonGroup = styled.div`
25
25
flex-direction: column;
26
26
justify-content: center;
27
27
overflow: hidden;
28
- background: var(--right-panel-item- background-color);
28
+ background: var(--background-tertiary -color);
29
29
border-radius: 16px;
30
30
padding: 0 var(--margins-lg) var(--margins-xs);
31
31
margin: 0 var(--margins-lg);
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export const PanelRadioButton = (props: PanelRadioButtonProps) => {
57
57
label = ""
58
58
disabled = { disabled }
59
59
inputDataTestId = { radioInputDataTestId }
60
+ style = { { paddingRight : 'var(--margins-xs)' } }
60
61
/>
61
62
</ StyledCheckContainer >
62
63
</ StyledContent >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const classicDark: ThemeColorVariables = {
9
9
10
10
'--background-primary-color' : THEMES . CLASSIC_DARK . COLOR1 ,
11
11
'--background-secondary-color' : THEMES . CLASSIC_DARK . COLOR0 ,
12
+ '--background-tertiary-color' : THEMES . CLASSIC_DARK . COLOR2 ,
12
13
13
14
'--text-primary-color' : THEMES . CLASSIC_DARK . COLOR6 ,
14
15
'--text-secondary-color' : THEMES . CLASSIC_DARK . COLOR5 ,
@@ -126,10 +127,6 @@ export const classicDark: ThemeColorVariables = {
126
127
'--toast-color-strip-color' : 'var(--primary-color)' ,
127
128
'--toast-progress-color' : `rgba(${ hexColorToRGB ( COLORS . BLACK ) } , 0.1)` ,
128
129
129
- '--right-panel-item-background-color' : THEMES . CLASSIC_DARK . COLOR2 ,
130
- '--right-panel-item-background-hover-color' : THEMES . CLASSIC_DARK . COLOR3 ,
131
- '--right-panel-item-text-color' : 'var(--text-primary-color)' ,
132
-
133
130
'--session-logo-text-light-filter' : 'none' ,
134
131
'--session-logo-text-dark-filter' : 'none' ,
135
132
'--session-logo-text-current-filter' : 'var(--session-logo-text-light-filter)' ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const classicLight: ThemeColorVariables = {
9
9
10
10
'--background-primary-color' : THEMES . CLASSIC_LIGHT . COLOR6 ,
11
11
'--background-secondary-color' : THEMES . CLASSIC_LIGHT . COLOR5 ,
12
+ '--background-tertiary-color' : THEMES . CLASSIC_LIGHT . COLOR4 ,
12
13
13
14
'--text-primary-color' : THEMES . CLASSIC_LIGHT . COLOR0 ,
14
15
'--text-secondary-color' : THEMES . CLASSIC_LIGHT . COLOR1 ,
@@ -126,10 +127,6 @@ export const classicLight: ThemeColorVariables = {
126
127
'--toast-color-strip-color' : 'var(--primary-color)' ,
127
128
'--toast-progress-color' : `rgba(${ hexColorToRGB ( COLORS . BLACK ) } , 0.1)` ,
128
129
129
- '--right-panel-item-background-color' : 'var(--background-secondary-color)' ,
130
- '--right-panel-item-background-hover-color' : THEMES . CLASSIC_LIGHT . COLOR4 ,
131
- '--right-panel-item-text-color' : 'var(--text-primary-color)' ,
132
-
133
130
'--session-logo-text-light-filter' : 'brightness(0) saturate(100%)' ,
134
131
'--session-logo-text-dark-filter' : 'none' ,
135
132
'--session-logo-text-current-filter' : 'var(--session-logo-text-light-filter)' ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const oceanDark: ThemeColorVariables = {
9
9
10
10
'--background-primary-color' : THEMES . OCEAN_DARK . COLOR1 ,
11
11
'--background-secondary-color' : THEMES . OCEAN_DARK . COLOR2 ,
12
+ '--background-tertiary-color' : THEMES . OCEAN_DARK . COLOR0 ,
12
13
13
14
'--text-primary-color' : THEMES . OCEAN_DARK . COLOR7 ! ,
14
15
'--text-secondary-color' : THEMES . OCEAN_DARK . COLOR5 ,
@@ -126,10 +127,6 @@ export const oceanDark: ThemeColorVariables = {
126
127
'--toast-color-strip-color' : 'var(--primary-color)' ,
127
128
'--toast-progress-color' : `rgba(${ hexColorToRGB ( COLORS . BLACK ) } , 0.1)` ,
128
129
129
- '--right-panel-item-background-color' : 'var(--background-secondary-color)' ,
130
- '--right-panel-item-background-hover-color' : THEMES . OCEAN_DARK . COLOR4 ,
131
- '--right-panel-item-text-color' : 'var(--text-primary-color)' ,
132
-
133
130
'--session-logo-text-light-filter' : 'none' ,
134
131
'--session-logo-text-dark-filter' : 'none' ,
135
132
'--session-logo-text-current-filter' : 'var(--session-logo-text-light-filter)' ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const oceanLight: ThemeColorVariables = {
9
9
10
10
'--background-primary-color' : THEMES . OCEAN_LIGHT . COLOR7 ! ,
11
11
'--background-secondary-color' : THEMES . OCEAN_LIGHT . COLOR6 ,
12
+ '--background-tertiary-color' : THEMES . OCEAN_LIGHT . COLOR5 ,
12
13
13
14
'--text-primary-color' : THEMES . OCEAN_LIGHT . COLOR1 ,
14
15
'--text-secondary-color' : THEMES . OCEAN_LIGHT . COLOR2 ,
@@ -126,10 +127,6 @@ export const oceanLight: ThemeColorVariables = {
126
127
'--toast-color-strip-color' : 'var(--primary-color)' ,
127
128
'--toast-progress-color' : `rgba(${ hexColorToRGB ( COLORS . BLACK ) } , 0.1)` ,
128
129
129
- '--right-panel-item-background-color' : 'var(--background-secondary-color)' ,
130
- '--right-panel-item-background-hover-color' : THEMES . OCEAN_LIGHT . COLOR4 ,
131
- '--right-panel-item-text-color' : 'var(--text-primary-color)' ,
132
-
133
130
'--session-logo-text-light-filter' : 'brightness(0) saturate(100%)' ,
134
131
'--session-logo-text-dark-filter' : 'none' ,
135
132
'--session-logo-text-current-filter' : 'var(--session-logo-text-light-filter)' ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export type ThemeColorVariables = {
7
7
/* Backgrounds */
8
8
'--background-primary-color' : string ;
9
9
'--background-secondary-color' : string ;
10
+ '--background-tertiary-color' : string ;
10
11
11
12
/* Text */
12
13
'--text-primary-color' : string ;
@@ -157,12 +158,6 @@ export type ThemeColorVariables = {
157
158
'--toast-color-strip-color' : string ;
158
159
'--toast-progress-color' : string ;
159
160
160
- /* Right Panel Items */
161
- /* Also used for Session Dropdown */
162
- '--right-panel-item-background-color' : string ;
163
- '--right-panel-item-background-hover-color' : string ;
164
- '--right-panel-item-text-color' : string ;
165
-
166
161
/* Session Text Logo */
167
162
/* Loads SVG as IMG and uses a filter to change color */
168
163
'--session-logo-text-light-filter' : string ;
You can’t perform that action at this time.
0 commit comments