Style improvements for login

This commit is contained in:
Jackson Harper
2024-05-07 10:33:51 +08:00
parent d31f558ce9
commit c830e8ce4e
10 changed files with 79 additions and 41 deletions

View File

@ -45,7 +45,7 @@ export function ProfileLayout(props: ProfileLayoutProps): JSX.Element {
}}
>
<OmnivoreNameLogo
color={theme.colors.omnivoreGray.toString()}
color="#898989"
href={props.logoDestination ?? '/login'}
/>
</HStack>