Skip to content

Commit

Permalink
Update _icons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jul 13, 2023
1 parent cdf1b47 commit ce87141
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
@use '../theme/assets/mono';
@use '../theme/assets/brand';

.wrapper-NhbLHG {
--fluent-icons-color: var(--interactive-normal);
&.modeMuted-2T4MDZ {
--fluent-icons-color: var(--interactive-muted);
}
&.modeUnread-3Cxepe {
--fluent-icons-color: var(--interactive-active);
}
}

.link-1_kTxV {
path {
display: none;
}
svg {
background: currentColor;
background: var(--fluent-icons-color);
}

// Channel actions (open chat, create invite, channel setting)
Expand Down Expand Up @@ -75,7 +85,7 @@
top: -3px;
right: -2px;
position: absolute;
background: var(--interactive-normal);
background: var(--fluent-icons-color);
display: block;
width: 12px;
height: 12px;
Expand All @@ -89,7 +99,7 @@
right: -2px;
content: '';
position: absolute;
background: var(--interactive-normal);
background: var(--fluent-icons-color);
display: block;
width: 12px;
height: 12px;
Expand Down

0 comments on commit ce87141

Please sign in to comment.