Skip to content

Commit

Permalink
fix: improve colors on delete modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorga committed Aug 3, 2024
1 parent a6261f6 commit b8db2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/ui/component/structural/deleteModal.templ
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ templ DeleteModal(
>
<i class="ph-bold ph-x-square align-middle text-3xl"></i>
</button>
<div class="h-18 w-18 mx-auto my-4 flex items-center justify-center rounded-full bg-neutral-400 text-center text-5xl">
<div class="h-18 w-18 mx-auto my-4 flex items-center justify-center rounded-full bg-neutral-300 text-center text-5xl">
<i class="ph-duotone ph-warning text-red-950"></i>
</div>
<h3 class="text-pretty my-3 px-2 text-center text-xl font-bold leading-relaxed">
Are you sure you want to delete
<strong
x-show={ elNameStatePath + " !== ''" }
x-text={ elNameStatePath }
class="rounded-md bg-neutral-950 bg-opacity-30 p-2"
class="rounded-md border-2 border-dashed border-red-900 px-2 py-1"
></strong>
<span x-show={ elIdStatePath + " !== ''" }>
#<strong x-text={ elIdStatePath }></strong>
Expand Down

0 comments on commit b8db2e8

Please sign in to comment.