mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
fix: use css first-child (#1145)
This commit is contained in:
@@ -90,7 +90,7 @@ export const StyleUserInfo = styled.div(({ theme }) => {
|
|||||||
lineHeight: '24px',
|
lineHeight: '24px',
|
||||||
color: theme.colors.iconColor,
|
color: theme.colors.iconColor,
|
||||||
},
|
},
|
||||||
'p:nth-child(1)': {
|
'p:first-child': {
|
||||||
color: theme.colors.textColor,
|
color: theme.colors.textColor,
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user