Skip to content

Commit

Permalink
Fix code style | pnpm prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherlogs committed Mar 6, 2024
1 parent d4e4355 commit dc4237d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data/joy/getting-started/templates/sign-in-side/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function JoySignInSideTemplate() {
/>
<Box
sx={(theme) => ({
width: {xs: '100%', md: '50vw'},
width: { xs: '100%', md: '50vw' },
transition: 'width var(--Transition-duration)',
transitionDelay: 'calc(var(--Transition-duration) + 0.1s)',
position: 'relative',
Expand All @@ -84,7 +84,7 @@ export default function JoySignInSideTemplate() {
display: 'flex',
flexDirection: 'column',
minHeight: '100dvh',
width: "100%",
width: '100%',
px: 2,
}}
>
Expand Down Expand Up @@ -212,7 +212,7 @@ export default function JoySignInSideTemplate() {
right: 0,
top: 0,
bottom: 0,
left: {xs: 0, md: '50vw'},
left: { xs: 0, md: '50vw' },
transition:
'background-image var(--Transition-duration), left var(--Transition-duration) !important',
transitionDelay: 'calc(var(--Transition-duration) + 0.1s)',
Expand Down

0 comments on commit dc4237d

Please sign in to comment.