Skip to content

Commit

Permalink
updated NonTokenModalContent style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 3, 2024
1 parent 5880769 commit 4df4535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NonTokenModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const NonTokenModalContent = () => {
<div className="text-center text-xl font-bold">
掃描票券 QR code
</div>
<div className="relative">
<div className="relative h-[396px]">
<Scanner
onResult={(result) => {
setResult(result);
Expand All @@ -113,7 +113,7 @@ const NonTokenModalContent = () => {
}}
/>

<p className="absolute bottom-4 left-0 right-0 m-auto inline-block w-max rounded bg-black/40 px-3 py-1 text-white shadow-xl backdrop-blur">
<p className="absolute bottom-0 left-0 right-0 m-auto inline-block w-max max-w-full rounded-t-xl bg-sitcon-secondary/40 px-3 py-1 text-center text-white backdrop-blur">
請開啟 OPass 中的我的票券,並掃描其中的 QR code
</p>
</div>
Expand Down

0 comments on commit 4df4535

Please sign in to comment.