Просмотр исходного кода

Subtle border around the color picker (#442)

* Subtle border around the color picker

* Rename
Lipis 5 лет назад
Родитель
Сommit
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 {