Skip to content

Commit 4fe1030

Browse files
committed
Fix the backdrop color of the ui/modal component
1 parent 2359723 commit 4fe1030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/components/solidus_admin/ui/modal/component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**@attributes
77
) %>
88
>
9-
<a href="<%= @close_path %>" aria-hidden="true" class="cursor-default fixed inset-0 bg-gray-100/30 backdrop-blur-sm overflow-y-auto"></a>
9+
<a href="<%= @close_path %>" aria-hidden="true" class="cursor-default fixed inset-0 bg-full-black/50 overflow-y-auto"></a>
1010
<div class="fixed inset-0 z-10 pointer-events-none flex min-h-full justify-center p-4 text-center items-center">
1111
<div class="pointer-events-auto cursor-auto relative transform overflow-auto rounded-lg bg-white text-left shadow-xl max-w-lg divide-y divide-gray-100">
1212

0 commit comments

Comments
 (0)