Skip to content

Commit

Permalink
Darken the border of MetricBox in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsmiarowski committed Sep 6, 2023
1 parent a986c20 commit f6fff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tBTC/Explorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const MetricBox: FC = ({ children }) => {
return (
<Box
border="1px solid"
borderColor="gray.100"
borderColor={useColorModeValue("gray.100", "gray.500")}
p="3.25rem"
bg={useColorModeValue("white", "gray.700")}
textAlign="center"
Expand Down

0 comments on commit f6fff3b

Please sign in to comment.