clipboard

This commit is contained in:
2023-09-18 11:09:56 +02:00
parent 3ac39dcd45
commit 2b80724692
4 changed files with 14 additions and 6 deletions
+6
View File
@@ -64,4 +64,10 @@
@apply w-6 h-6 hover:text-slate-400;
}
}
.btn-icon-stroke {
@apply btn-icon;
> svg {
@apply stroke-slate-100 hover:stroke-slate-400;
}
}
}