Skip to content

Commit 6a503c5

Browse files
committed
polish: action icon color
1 parent 60b715c commit 6a503c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/snippets/SnippetListHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ onUnmounted(() => {
7777
}
7878
:deep(svg) {
7979
flex-shrink: 0;
80-
fill: var(--color-text);
80+
fill: var(--color-button-action);
8181
}
8282
.item {
8383
position: relative;

0 commit comments

Comments
 (0)