Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Sep 7, 2024
1 parent 97f50cd commit f127aa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/popouts/otherPopouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// VC ACTIVITY STATUS POPOUT
%vcActivityPopout,
%vcSetActivityPopout {
background-color: var(--popout-color);
background-color: cv('bg.general.popout');
}
%vcSetActivityPopoutIcon {
background-color: hsla(0, 0%, 100%, 0.07);
Expand Down Expand Up @@ -89,7 +89,9 @@

// MEMBERS ACTIVITY POPOUT
/*clicked in*/
%memberActivityContentWrapper,
%memberActivityContentWrapper {
background-color: cv('bg.general.popout');
}
%memberActivityInteractionsContainer {
background: transparent;
}
Expand Down

0 comments on commit f127aa0

Please sign in to comment.