Skip to content

Commit c411fa8

Browse files
committed
spell svg change
1 parent 9c65c6a commit c411fa8

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/app/components/notes/components/main/left.view/note-list-item/note-list-item.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929
.spell-check-active {
3030
cursor: pointer;
31-
fill: var(--spell-check-active);
31+
32+
// fill: var(--spell-check-active);
33+
fill: var(--note-pin-fill);
3234
}
3335

3436
.leaving {

src/app/components/notes/components/main/right.view/note.right.view.component.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,15 @@
6161
}
6262

6363
.spell-check:hover {
64-
fill: var(--spell-check-active);
64+
// fill: var(--spell-check-active);
65+
fill: var(--note-pin-fill);
6566
}
6667

6768
.spell-check-active {
6869
cursor: pointer;
69-
fill: var(--spell-check-active);
70+
71+
// fill: var(--spell-check-active);
72+
fill: var(--note-pin-fill);
7073

7174
// stroke: #1489df;
7275
// fill: var(--b-active-link-color);

src/assets/images/spell.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)