Alexander Zaytsev 6 éve
szülő
commit
56273d9254
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      packages/@uppy/status-bar/src/style.scss

+ 2 - 1
packages/@uppy/status-bar/src/style.scss

@@ -268,12 +268,13 @@
   display: inline-block;
   display: inline-block;
   vertical-align: middle;
   vertical-align: middle;
   color: $white;
   color: $white;
-  background-color: $gray-700;
+  background-color: $gray-500;
   border-radius: 50%;
   border-radius: 50%;
   position: relative;
   position: relative;
   top: 0;
   top: 0;
   left: 2px;
   left: 2px;
   font-size: 10px;
   font-size: 10px;
+  font-weight: 600;
   text-align: center;
   text-align: center;
   cursor: help;
   cursor: help;
 }
 }