Explorar el Código

Subtle border around the color picker (#442)

* Subtle border around the color picker

* Rename
Lipis hace 5 años
padre
commit
67aed07b72
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  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 {