Skip to content

Commit

Permalink
Added name to anonymous block
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekettle committed Jan 11, 2024
1 parent 895747c commit 35c41a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added lib/.rbnext/.keep
Empty file.
2 changes: 1 addition & 1 deletion lib/phlex_ui/alert_dialog/content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def container(&block)
data_state: "open",
class: "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg md:w-full",
style: "pointer-events:auto",
&
&block
)
end

Expand Down
Binary file modified phlex_ui-0.1.5.gem
Binary file not shown.

0 comments on commit 35c41a2

Please sign in to comment.