feat(Child): add broke message and update button styles

This commit is contained in:
Jan K9f 2024-09-03 09:10:37 +02:00
parent 4c94212b7f
commit f243483688
Signed by: jank
GPG key ID: B267751B8AE29EFE
5 changed files with 31 additions and 7 deletions

View file

@ -2,3 +2,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.button {
@apply border-black rounded px-3 py-1 border-[3px];
}