mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: bottom bar login styling
This commit is contained in:
parent
bf5596a5d2
commit
70f48dbebf
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user