I am having an issue with my right cart drawer text showing as the wrong color

When I select my cart color scheme it should have a white background with #111A37 text, but the text is also rendering white. I’m using a right drawer cart.

I’ve tried going into the code and adding CSS rules but I must be doing something wrong. I’m using the Shapes theme and have seen the issue on here but not for this specific theme.

show me your shop url please

#modals-rightDrawer{
color:#000000;
}

try this in your base.bundle.css

IT WORKED!!! Thank you so much, you’re the best.

Glad I could help you!