Skip to content

Commit 05a77a2

Browse files
committed
fix: update to last discord version
1 parent 6f56486 commit 05a77a2

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

src/styles/colors/colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
--brand-360-hsl: var(--brand-500-hsl);
7171
--brand-400-hsl: #{hexToHSL(#afcfce)};
7272
--brand-430-hsl: var(--brand-400-hsl);
73+
--brand-460-hsl: var(--brand-400-hsl);
7374
--brand-500-hsl: var(--nord-green-blue-hsl); /*! nord color */
7475
--brand-530-hsl: #{hexToHSL(#7da8a8)};
7576
--brand-560-hsl: var(--brand-530-hsl);

src/styles/server/channel/text.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,19 @@
6767
background-color: var(--primary-160);
6868
}
6969
}
70+
71+
/*
72+
* > Voice message
73+
*/
74+
.playIcon_d6cb89 {
75+
color: var(--black-500);
76+
}
77+
78+
.playing_d6cb89 .playButtonContainer_d6cb89 {
79+
background: var(--black-500);
80+
}
81+
82+
.playing_d6cb89 .duration_d6cb89,
83+
.playing_d6cb89 .volumeButtonIcon_d6cb89 {
84+
color: var(--black-500);
85+
}

src/styles/sidebar-left.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
}
5858

59-
.footer_f8ec41 /* Servers sidebar */ {
59+
.footer_d71945 /* Servers sidebar (discovery button background) */ {
6060
background: none;
6161
}
6262

0 commit comments

Comments
 (0)