Skip to content

Commit 38f5664

Browse files
committed
fix color and padding
1 parent a96f424 commit 38f5664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ export const ProfileContent = ({
271271

272272
const LogginOutPage = () => {
273273
return (
274-
<div className=" flex items-center bg-surfaceDefault justify-end gap-4">
274+
<div className=" flex items-center bg-surfaceDefault p-2 justify-end gap-4">
275275
<Spinner color="surface" />
276-
<Text variant="headingLg" color="onBgDefault">
276+
<Text variant="headingLg" >
277277
Logging out...
278278
</Text>
279279
</div>

0 commit comments

Comments
 (0)