Skip to content

Commit

Permalink
fix: use contrast color for loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Mar 22, 2023
1 parent 6bde7bb commit 1bd95d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-pkg/src/components/LoadingIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineComponent({
height: 2px;
&-primary div {
background-color: var(--oc-color-swatch-inverse-default);
background-color: var(--oc-color-swatch-primary-contrast);
}
&-indeterminate-first {
Expand Down

0 comments on commit 1bd95d0

Please sign in to comment.