Browse Source

Lighter border

Alexander Zaytsev 6 năm trước cách đây
mục cha
commit
34bafa730e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

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

@@ -119,7 +119,7 @@
   // min-height: 450px is required for everything to fit on mobile
   min-height: 450px;
   outline: none;
-  border: 1px solid $gray-250;
+  border: 1px solid $gray-200;
   border-radius: 5px;
 
   .uppy-size--md & {