You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use props.theme.colors.neutral0 for dark mode card backgrounds
Replace var(--colors-neutral0, white) with ${(p) => p.theme.colors.neutral0}
in all styled-components. CSS variables don't resolve in Strapi's dark mode,
but props.theme does via ThemeProvider.
0 commit comments