Browse Source

Reduce cancel/done button font weight

Alexander Zaytsev 6 years ago
parent
commit
dd70cfb3a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

+ 1 - 1
packages/@uppy/dashboard/src/style.scss

@@ -406,7 +406,7 @@
 .uppy-DashboardContent-back {
   @include reset-button;
   font-size: 14px;
-  font-weight: 500;
+  font-weight: 400;
   cursor: pointer;
   color: $color-cornflower-blue;
 }