diff --git a/apps/web/src/components/workspace-modal/styles.ts b/apps/web/src/components/workspace-modal/styles.ts index 1abe775cb8..acdfe9fdfb 100644 --- a/apps/web/src/components/workspace-modal/styles.ts +++ b/apps/web/src/components/workspace-modal/styles.ts @@ -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, },