From 67aed07b7242a462bc52c56694d7d186618dcaa5 Mon Sep 17 00:00:00 2001 From: Lipis Date: Sat, 18 Jan 2020 12:56:48 +0200 Subject: [PATCH] Subtle border around the color picker (#442) * Subtle border around the color picker * Rename --- .prettierrc.json => .prettierrc | 0 src/components/ColorPicker.css | 1 + 2 files changed, 1 insertion(+) rename .prettierrc.json => .prettierrc (100%) diff --git a/.prettierrc.json b/.prettierrc similarity index 100% rename from .prettierrc.json rename to .prettierrc diff --git a/src/components/ColorPicker.css b/src/components/ColorPicker.css index eea661fc..2accc9df 100644 --- a/src/components/ColorPicker.css +++ b/src/components/ColorPicker.css @@ -96,6 +96,7 @@ width: 24px; display: inline-block; margin-right: 4px; + border: 1px solid #dee2e6; } .color-picker-swatch-input {