Skip to content

Commit

Permalink
styling changes AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra-G committed Feb 10, 2024
1 parent 5188190 commit 170c7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/mybyte/pages/qrRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function QrRead(props: any) {
};
return (
<OrganizerRoute>
<div className={"flex flex-col justify-center items-center space-y-2"}>
<div className={"flex flex-row justify-center items-center space-x-10"}>
<QrReader
className={"w-1/3 h-full"}
videoStyle={{"height": "100%", "width" : "100%"}}
Expand All @@ -178,7 +178,7 @@ export default function QrRead(props: any) {
setScannedUID(result.getText())
}}
/>
<div className={"flex flex-row space-x-10"}>
<div className={"flex flex-col space-y-2"}>
<div>
Scanned UID: {scannedUID} <br/> <br/>
<line></line>
Expand Down

0 comments on commit 170c7c1

Please sign in to comment.