Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion widgets-samples/cc/samples-cc-react-app/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
padding: 1rem;
height: 100%;
color: var(--mds-color-theme-button-primary-normal);
background-color: var(--mds-color-theme-inverted-text-primary-normal);
background-color: red;
}

// This is just to hide the warning and errors in the sample page
Expand Down
Loading