Skip to content

Commit 01956c5

Browse files
committed
update padding
1 parent d487109 commit 01956c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/components/main-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export const ProfileContent = ({
315315

316316
const LogginOutPage = () => {
317317
return (
318-
<div className=" flex items-center justify-end gap-4 bg-surfaceDefault p-2">
318+
<div className=" flex items-center justify-end gap-4 bg-surfaceDefault p-5 lg:p-7">
319319
<Spinner color="surface" />
320320
<Text variant="headingLg">Logging out...</Text>
321321
</div>

0 commit comments

Comments
 (0)