This commit is contained in:
Andras Bacsai 2023-06-05 12:13:13 +02:00
parent e5aad4d170
commit b82648ef5b
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ button[type="submit"] {
@apply hover:bg-coolgray-400 btn h-7 btn-xs border-none bg-coolgray-200 no-animation normal-case text-white rounded;
}
button[isWarning] {
@apply bg-error;
@apply bg-error hover:bg-error;
}
button[isHighlighted] {
@apply btn-primary text-white;

View File

@ -5,7 +5,7 @@
])
<div x-cloak x-show="{{ $show }}" x-transition class="modal modal-open">
<div class="relative text-center rounded modal-box bg-coolgray-100">
<div class="pb-8 text-base font-bold text-white">{{ $message }}</div>
<div class="pb-8 text-base text-white">{{ $message }}</div>
<div class="flex justify-center gap-4 text-xs">
<x-forms.button class="w-32" isWarning wire:click='{{ $action }}'
x-on:click="{{ $show }} = false">