I create a component with a red background and when I go to test and I want to check if it has a style with a red background the tests do not pass, but with styled components they pass smoothly, I compared two logs of the computed styles of the button created with stitches and styled components, you can if you observe that the stitches log does not appear the background with value red.
Bug report
Cannot test stitches component style
Describe the bug
I create a component with a red background and when I go to test and I want to check if it has a style with a red background the tests do not pass, but with styled components they pass smoothly, I compared two logs of the computed styles of the button created with stitches and styled components, you can if you observe that the stitches log does not appear the background with value red.
Screenshots
TEST WITH STITCHES
TEST WITH STYLED COMPONENTS
button computedStyles log WITH STITCHES
button computedStyles log WITH STYLED COMPONENTS
System information