Skip to content

Commit a96f424

Browse files
committed
update color
1 parent 6861822 commit a96f424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ export function MainNav({ hideSearch = false }) {
183183
signIn('keycloak');
184184
}}
185185
kind="secondary"
186-
variant="success"
186+
className=' bg-tertiaryAccent'
187187
>
188-
<Text variant="headingMd">LOGIN / SIGN UP</Text>
188+
<Text variant="headingMd" >LOGIN / SIGN UP</Text>
189189
</Button>
190190
)}
191191
</div>
@@ -271,7 +271,7 @@ export const ProfileContent = ({
271271

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

0 commit comments

Comments
 (0)