Default styles fail accessibility contrast lighthouse rules
Out of the box (light theme), running Lighthouse audits, I'm not getting 100% in accessibility...
"Background and foreground colors do not have a sufficient contrast ratio."

That's a great bug report! I'll look into it 👍
Can we integrate some tool to check color contrasts during build or after build?
Something on these lines.
https://github.com/bbc/color-contrast-checker https://dev.to/alvaromontoro/building-your-own-color-contrast-checker-4j7o
Can we integrate some tool to check color contrasts during build or after build?
When it comes to default themes, I wouldn't try to solve it with CI/build tooling. Assigned it to myself to work on the default colors