This commit is contained in:
Julian Krauser 2024-10-06 11:38:07 +02:00
parent e70e6644a6
commit 562f6ab1f2
2 changed files with 126 additions and 7 deletions

View file

@ -56,8 +56,8 @@ body {
@apply w-full h-full overflow-hidden flex flex-col;
}
button:not([headlessui]),
a[button]:not([headlessui]) {
button:not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]),
a[button]:not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]) {
@apply relative box-border h-10 w-full flex justify-center py-2 px-4 text-sm font-medium rounded-md focus:outline-none focus:ring-0;
}