mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
fix: use css first-child (#1145)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user