File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/[locale]/dashboard/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
272272const 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...
You can’t perform that action at this time.
0 commit comments