Skip to content

Commit 7affc55

Browse files
committed
Fix star icon being filled in
1 parent 2d74214 commit 7affc55

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

dist/dark.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -562,15 +562,13 @@ code,
562562
.rc-room-actions {
563563
color: var(--color-darkest);
564564
}
565-
.rc-icon,
566-
.rc-popover__icon-element {
565+
.sidebar-item__menu-icon {
567566
fill: currentColor;
568567
}
569568
.rc-input__icon,
570569
.rc-message-box .rc-icon,
571570
.rc-message-box__toolbar-markdown-link {
572571
color: #7c7e81;
573-
fill: #7c7e81;
574572
}
575573
.rc-input__icon:hover,
576574
.rc-message-box .rc-icon:hover,

0 commit comments

Comments
 (0)