Преглед изворни кода

Subtle border around the color picker (#442)

* Subtle border around the color picker

* Rename
Lipis пре 5 година
родитељ
комит
67aed07b72
2 измењених фајлова са 1 додато и 0 уклоњено
  1. 0 0
      .prettierrc
  2. 1 0
      src/components/ColorPicker.css

+ 0 - 0
.prettierrc.json → .prettierrc


+ 1 - 0
src/components/ColorPicker.css

@@ -96,6 +96,7 @@
   width: 24px;
   display: inline-block;
   margin-right: 4px;
+  border: 1px solid #dee2e6;
 }
 
 .color-picker-swatch-input {