Skip to content

Commit b6b65b8

Browse files
committed
fix text color
1 parent fc3f1a7 commit b6b65b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layer2/Layer2Onboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const Layer2Onboard: React.FC<IProps> = ({
251251
const formatGroupLabel = (data) => {
252252
return data.label ? (
253253
<Stack borderTop="2px solid" m={0}>
254-
<Text mb={0} mt={2} textTransform="none" color="body">
254+
<Text mb={0} mt={2} textTransform="none" color="theme.colors.text">
255255
{data.label}
256256
</Text>
257257
</Stack>

0 commit comments

Comments
 (0)