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>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user