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>
<StyledBottomBarItem bg="#1864AB" onClick={handleLoginClick}>
<Flex align="center" gap={5} px={5}>
<VscAccount />
<Text maw={120} truncate="end">
<VscAccount color="white" />
<Text maw={120} c="white" truncate="end">
{user?.user_metadata.name ?? "Login"}
</Text>
</Flex>