fix: first child margin

This commit is contained in:
Shivam Mishra
2024-12-04 17:31:17 +05:30
parent 30f368cbcd
commit e68f923a09
+5
View File
@@ -46,6 +46,11 @@ const tailwindConfig = {
color: 'rgb(var(--slate-11))',
lineHeight: '1.6',
fontSize: '14px',
'*': {
'&:first-child': {
marginTop: '0',
},
},
strong: {
color: 'rgb(var(--slate-12))',