fix: use css first-child (#1145)

This commit is contained in:
Himself65
2023-02-21 01:59:26 -06:00
committed by GitHub
parent 41aec24f9b
commit 11ade8aeaf

View File

@@ -90,7 +90,7 @@ export const StyleUserInfo = styled.div(({ theme }) => {
lineHeight: '24px',
color: theme.colors.iconColor,
},
'p:nth-child(1)': {
'p:first-child': {
color: theme.colors.textColor,
fontWeight: 600,
},