Add the banner picker on event edit page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-11 11:14:57 +02:00
parent 800e136aae
commit 475820472f
5 changed files with 4 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ body {
@apply bg-mbz-success;
}
.btn-warning {
@apply bg-mbz-warning;
@apply bg-mbz-warning text-black hover:bg-mbz-warning/90 hover:text-slate-800;
}
.btn-text {
@apply bg-transparent border-transparent text-black dark:text-white font-normal underline hover:bg-zinc-200 hover:text-black;