Browse Source

Nicer hints

Alexander Zaytsev 6 years ago
parent
commit
56273d9254
1 changed files with 2 additions and 1 deletions
  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;
   vertical-align: middle;
   color: $white;
-  background-color: $gray-700;
+  background-color: $gray-500;
   border-radius: 50%;
   position: relative;
   top: 0;
   left: 2px;
   font-size: 10px;
+  font-weight: 600;
   text-align: center;
   cursor: help;
 }