left panel icon color

This commit is contained in:
Gerard Burns 2023-08-21 07:49:32 +01:00
parent cc5a1be2a8
commit 4ddf797425
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@
.addButton {
margin-left: auto;
color: var(--ink);
color: var(--grey-7);
cursor: pointer;
}

View File

@ -211,7 +211,7 @@
}
.searchButton {
color: var(--ink);
color: var(--grey-7);
cursor: pointer;
margin-right: 10px;
opacity: 1;
@ -224,7 +224,7 @@
}
.addButton {
color: var(--ink);
color: var(--grey-7);
cursor: pointer;
transition: transform 300ms;
}