Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Jan 16, 2024
1 parent 097d715 commit ca0b756
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ export default function AppMenu({ isMobile }: { isMobile: boolean }) {
</Text>
</Flex>
)}
{insideCloud && (
{!insideCloud && (
<Flex
{...baseStyle}
color={'#485058'}
w="28px"
h="28px"
borderRadius={'50%'}
Expand Down

0 comments on commit ca0b756

Please sign in to comment.