Skip to content

Commit

Permalink
Itttm/fix transfer (#533)
Browse files Browse the repository at this point in the history
* chore: change file for updating

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: change file for updating

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: update button style on mint & fix stamping/stamp page loading & update table for responsive

* chore: increase modal height

* chore: fix conflect
  • Loading branch information
itttm127 authored Dec 18, 2024
1 parent 52fa25a commit c157814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/modal/ModalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function ModalLayout({
class={`fixed inset-0 z-50 flex items-center justify-center bg-[#0b0b0b] bg-opacity-95 backdrop-filter backdrop-blur-sm ${className}`}
onClick={preventPropagation ? onClose : undefined}
>
<div class="relative w-[360px] mobileLg:w-[420px] h-[600px] mobileLg:h-[680px] p-6 dark-gradient rounded-lg overflow-hidden">
<div class="relative w-[360px] mobileLg:w-[420px] h-[600px] mobileLg:h-[700px] p-6 dark-gradient rounded-lg overflow-hidden">
<div
class={`relative ${contentClassName}`}
onClick={preventPropagation ? (e) => e.stopPropagation() : undefined}
Expand Down

0 comments on commit c157814

Please sign in to comment.