// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`component.UI.BackgroundPrimary should render correctly 1`] = `
.c0 {
color: primaryText;
background-color: primaryColor;
}
<div
className="c0"
color="primaryText"
/>
`;