Fix: changed icons to solid on sidebar for temp

This commit is contained in:
nizune
2021-07-01 19:27:38 +02:00
parent 71bc438333
commit 9243b3e20d
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ const CategoryBase = styled.div<Pick<Props, 'variant'>>`
justify-content: space-between;
svg {
stroke: var(--foreground);
cursor: pointer;
}