Skip to content

Commit 5568502

Browse files
committed
add to dark mode
1 parent 5665891 commit 5568502

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/ChannelPreview.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
font-weight: var(--font-weight-semi-bold);
4949
margin-bottom: calc(var(--xxs-m) / 2);
5050
max-width: 250px;
51+
5152
span {
5253
display: block;
5354
overflow: hidden;
@@ -83,20 +84,24 @@
8384
background: var(--white5);
8485
box-shadow: 0 1px 5px 0 var(--black10);
8586
}
87+
8688
&--last-message p {
8789
color: var(--white);
90+
margin: 0;
8891
max-width: 150px;
8992
text-overflow: ellipsis;
9093
overflow: hidden;
9194
white-space: nowrap;
9295
}
96+
9397
&--last-message {
9498
color: var(--white);
9599
max-width: 150px;
96100
text-overflow: ellipsis;
97101
overflow: hidden;
98102
white-space: nowrap;
99103
}
104+
100105
&--name {
101106
color: var(--white);
102107
}

0 commit comments

Comments
 (0)