Skip to content

Commit

Permalink
fix: bottom bar login styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Sep 28, 2023
1 parent bf5596a commit 70f48db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Editor/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 70f48db

Please sign in to comment.