Christos Paschalidis
Christos Paschalidis
After talking with @Bekkalizer and @JoakimSM we came up with the following scenario: As of today on the capture app we are using a backend endpoint which is exposed. This...
I was dealing with the same issue today, thank you for the PR. I am wondering, is there perhaps a rough estimate for when the PR above will be merged?...
I am still having this issue, where my colors look like this ``` export const colors = { primary: { 100: 'var(--slate-1)', 200: 'var(--slate-2)', 300: 'var(--slate-3)', 400: 'var(--slate-4)', 500: 'var(--slate-5)',...
``` "@react-email/components": "^0.0.22", "react-email": "^3.0.1", ``` This is what I use. @gabrielmfern does this help?
ah I see! thank you, I will try that now 🙇
Thank you for this fix, it works now 🙇