Skip to content

Commit 1f76318

Browse files
committed
adjust app colors/hover colors
1 parent bfffbcd commit 1f76318

File tree

1 file changed

+8
-2
lines changed
  • src/components/Simulator/screens/ConnectWeb3

1 file changed

+8
-2
lines changed

src/components/Simulator/screens/ConnectWeb3/Browser.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,18 @@ export const Browser: React.FC<IProps> = ({ progressStepper, ...props }) => {
4343
h={16}
4444
_groupHover={{ bg: "primary.hover" }}
4545
>
46-
<Icon as={NFTSupportIcon} color="white" w={10} h={10} />
46+
<Icon
47+
as={NFTSupportIcon}
48+
color="body.base"
49+
w={10}
50+
h={10}
51+
_groupHover={{ color: "background.base" }}
52+
/>
4753
</Grid>
4854
<Box position="relative">
4955
<Text
5056
fontWeight="bold"
51-
color="primary.base"
57+
color="body.base"
5258
textAlign="center"
5359
m={0}
5460
_groupHover={{ color: "primary.hover" }}

0 commit comments

Comments
 (0)