We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96f424 commit 38f5664Copy full SHA for 38f5664
app/[locale]/dashboard/components/main-nav.tsx
@@ -271,9 +271,9 @@ export const ProfileContent = ({
271
272
const LogginOutPage = () => {
273
return (
274
- <div className=" flex items-center bg-surfaceDefault justify-end gap-4">
+ <div className=" flex items-center bg-surfaceDefault p-2 justify-end gap-4">
275
<Spinner color="surface" />
276
- <Text variant="headingLg" color="onBgDefault">
+ <Text variant="headingLg" >
277
Logging out...
278
</Text>
279
</div>
0 commit comments