Skip to content

Commit ad393e0

Browse files
committed
eh why not
1 parent 010cdfc commit ad393e0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ $main-color: cv('colors.main');
171171
$hover-color: cv('colors.hover');
172172
$bg-shading: cv('bg.app.shading');
173173
$text-normal: cv('text.normal');
174+
$popout-color: cv('bg.general.popout')

src/visualRefresh.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
// EMOJI PICKER
8686
%emojiPicker {
87-
background-color: var(--popout-color);
87+
background-color: $popout-color;
8888
}
8989

9090
%emojiPickerInspector {
@@ -97,7 +97,7 @@
9797
}
9898

9999
%emojiPickerWrapper {
100-
background-color: var(--popout-color);
100+
background-color: $popout-color;
101101
}
102102

103103
%emojiPickerCategoryHeaderWrapper {
@@ -130,7 +130,7 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
130130

131131
// POPOUT GOING UP
132132
.popout__3f413, .popout__3f413.popoutPositionTop__3f413 {
133-
background: var(--popout-color);
133+
background: $popout-color;
134134
}
135135

136136
// MESSAGE BUTTON WRAPPER
@@ -150,7 +150,7 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
150150

151151
// SOUNDBOARD (DUH)
152152
%soundboard {
153-
background: var(--popout-color);
153+
background: $popout-color;
154154
}
155155

156156
%channelTextAreaNoPermissions {
@@ -184,5 +184,5 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
184184
// NEW VOICE FILTER THINGY
185185
// TODO: CHANGE THIS TO SELECTORS, PROBABLY NEEDS MORE ADJUSTMENT
186186
.visual-refresh .voiceFiltersFooter_e2f668, .visual-refresh .voiceFiltersPopout_e2f668 {
187-
background: var(--popout-color);
187+
background: $popout-color;
188188
}

0 commit comments

Comments
 (0)