Use query instead of stae for filter

This commit is contained in:
Sakura Knoll
2022-01-01 18:23:17 +09:00 Unverified
parent fc08656202
commit 06742c5279
4 changed files with 24 additions and 17 deletions
+2
View File
@@ -97,6 +97,8 @@ export const theme: Theme = {
borderWidth: 1,
bg: 'background',
cursor: 'pointer',
textDecoration: 'none',
borderRadius: 'default',
'&:hover, &.active': {
color: 'background',
bg: 'primary',