Skip to content

Commit 7c62fc5

Browse files
committed
Fix bookmark icon background color
1 parent 273cc8b commit 7c62fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/pages/Home/components/ReportItem/ReportItem.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767

6868
&--active {
6969
color: white;
70-
background-color: #4355b9;
70+
/*background-color: #4355b9;*/
71+
background-color: #4765ff;
7172
box-shadow: none;
7273
}
7374
}

0 commit comments

Comments
 (0)