modal
This commit is contained in:
		@@ -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;
 | 
					    @apply hover:bg-coolgray-400 btn h-7 btn-xs border-none bg-coolgray-200 no-animation normal-case text-white rounded;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
button[isWarning] {
 | 
					button[isWarning] {
 | 
				
			||||||
    @apply bg-error;
 | 
					    @apply bg-error hover:bg-error;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
button[isHighlighted] {
 | 
					button[isHighlighted] {
 | 
				
			||||||
    @apply btn-primary text-white;
 | 
					    @apply btn-primary text-white;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
])
 | 
					])
 | 
				
			||||||
<div x-cloak x-show="{{ $show }}" x-transition class="modal modal-open">
 | 
					<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="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">
 | 
					        <div class="flex justify-center gap-4 text-xs">
 | 
				
			||||||
            <x-forms.button class="w-32" isWarning wire:click='{{ $action }}'
 | 
					            <x-forms.button class="w-32" isWarning wire:click='{{ $action }}'
 | 
				
			||||||
                x-on:click="{{ $show }} = false">
 | 
					                x-on:click="{{ $show }} = false">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user