Skip to content

Commit e3f545f

Browse files
authored
fix: Unthemed activity status icons (#370)
1 parent 16b1e51 commit e3f545f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/_details.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ div[style*="background-color: rgb(35, 165, 90)"] {
1010
background-color: $green !important;
1111
}
1212
svg[fill="#23a55a"],
13+
svg[class^="icon_"] path[fill="#23a55a"],
1314
rect[fill="rgba(35, 165, 90, 1)"],
1415
rect[fill="rgba(41, 159, 91, 1)"] {
1516
fill: $green !important;

0 commit comments

Comments
 (0)