mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 23:04:49 +00:00
* resolve git issue * Add new category flow * Improve contrast checker * make error message small * update ui to match figma design * realign color picker * changes * rename color picker controller to new category controller * cleanup code * cleanup code * resize and realign icon avatar * Fix js lint errors Signed-off-by: Syed Bariman Jan <syedbarimanjan@gmail.com> --------- Signed-off-by: Syed Bariman Jan <syedbarimanjan@gmail.com>
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
<%# locals: (content:, classes:) -%>
|
|
<%= turbo_frame_tag "modal" do %>
|
|
<dialog class="m-auto bg-white shadow-border-xs rounded-2xl max-w-[580px] w-min-content h-fit overflow-visible <%= classes %>" data-controller="modal" data-action="click->modal#clickOutside">
|
|
<div class="flex flex-col">
|
|
<%= content %>
|
|
</div>
|
|
</dialog>
|
|
<% end %> |