Skip to content

Commit ce7a97a

Browse files
Make bookmark icon primary colour
1 parent 0fae5db commit ce7a97a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/renderer/components/ft-icon-button/ft-icon-button.scss

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
}
7777
}
7878

79+
&.fa-bookmark, &.fa-bookmark:hover, &.fa-bookmark:focus-visible {
80+
color: var(--primary-color);
81+
}
82+
7983
&.favorite, &.favorite:hover, &.favorite:focus-visible {
8084
color: var(--favorite-icon-color);
8185
}

0 commit comments

Comments
 (0)