Skip to content

Commit

Permalink
Use --oc-space-small css var instead of px
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Apr 29, 2022
1 parent 073925b commit 36313ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-runtime/src/components/UploadInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ export default {
}
.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
color: var(--oc-color-swatch-danger-default);
width: 8px;
height: 8px;
width: var(--oc-space-small);
height: var(--oc-space-small);
}
.uppy-StatusBar-details,
.uppy-StatusBar-actionBtn--retry svg {
Expand Down

0 comments on commit 36313ac

Please sign in to comment.