Skip to content

Commit

Permalink
fix: update to last discord version
Browse files Browse the repository at this point in the history
  • Loading branch information
orblazer committed Nov 26, 2024
1 parent 6f56486 commit 05a77a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/colors/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
--brand-360-hsl: var(--brand-500-hsl);
--brand-400-hsl: #{hexToHSL(#afcfce)};
--brand-430-hsl: var(--brand-400-hsl);
--brand-460-hsl: var(--brand-400-hsl);
--brand-500-hsl: var(--nord-green-blue-hsl); /*! nord color */
--brand-530-hsl: #{hexToHSL(#7da8a8)};
--brand-560-hsl: var(--brand-530-hsl);
Expand Down
16 changes: 16 additions & 0 deletions src/styles/server/channel/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,19 @@
background-color: var(--primary-160);
}
}

/*
* > Voice message
*/
.playIcon_d6cb89 {
color: var(--black-500);
}

.playing_d6cb89 .playButtonContainer_d6cb89 {
background: var(--black-500);
}

.playing_d6cb89 .duration_d6cb89,
.playing_d6cb89 .volumeButtonIcon_d6cb89 {
color: var(--black-500);
}
2 changes: 1 addition & 1 deletion src/styles/sidebar-left.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
}

.footer_f8ec41 /* Servers sidebar */ {
.footer_d71945 /* Servers sidebar (discovery button background) */ {
background: none;
}

Expand Down

0 comments on commit 05a77a2

Please sign in to comment.