fix perfs

This commit is contained in:
2023-09-15 19:21:36 +02:00
parent 7d946f49c4
commit d4ded694d6
4 changed files with 32 additions and 13 deletions

View File

@@ -41,4 +41,10 @@
@apply bg-slate-600 hover:bg-slate-800;
border-radius: 5px;
}
.btn-icon {
@apply p-0 border-none bg-transparent hover:text-slate-400;
> svg {
@apply w-6 h-6 hover:text-slate-400;
}
}
}