This commit is contained in:
2023-09-16 13:08:05 +02:00
parent c1f00da176
commit 6580924bbe
2 changed files with 3 additions and 3 deletions

View File

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