date(range) select event

This commit is contained in:
Julian Krauser 2024-10-25 17:21:09 +02:00
parent d98afa259e
commit 5c2865a9e5
4 changed files with 34 additions and 5 deletions

View file

@ -98,3 +98,6 @@ textarea[disabled] {
.fc-button-active {
@apply !bg-red-500 !border-red-500;
}
.fc-toolbar {
@apply flex-wrap;
}