Browse Source

Bolder titles, correct remove icon color

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

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

@@ -389,7 +389,7 @@
   text-align: center;
   font-size: 12px;
   line-height: 40px;
-  font-weight: normal;
+  font-weight: 500;
   max-width: 170px;
   text-overflow: ellipsis;
   white-space: nowrap;
@@ -865,7 +865,7 @@ a.uppy-Dashboard-poweredBy {
 .uppy-DashboardItem-remove {
   @include reset-button;
   cursor: pointer;
-  color: $color-black;
+  color: #111;
   width: 16px;
   height: 16px;
   opacity: 0.75;