fix: bottom bar login styling

This commit is contained in:
AykutSarac 2023-09-28 09:33:22 +03:00
parent bf5596a5d2
commit 70f48dbebf
No known key found for this signature in database

View File

@ -197,8 +197,8 @@ export const BottomBar = () => {
<StyledLeft> <StyledLeft>
<StyledBottomBarItem bg="#1864AB" onClick={handleLoginClick}> <StyledBottomBarItem bg="#1864AB" onClick={handleLoginClick}>
<Flex align="center" gap={5} px={5}> <Flex align="center" gap={5} px={5}>
<VscAccount /> <VscAccount color="white" />
<Text maw={120} truncate="end"> <Text maw={120} c="white" truncate="end">
{user?.user_metadata.name ?? "Login"} {user?.user_metadata.name ?? "Login"}
</Text> </Text>
</Flex> </Flex>