From 32e09c9e2568e689db5164caab149f9266f999fa Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 19 Nov 2018 13:24:37 -0500 Subject: [PATCH] Increase dropdown border width (#581) --- components/Dropdown.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Dropdown.js b/components/Dropdown.js index 58504db..c74c51e 100644 --- a/components/Dropdown.js +++ b/components/Dropdown.js @@ -174,6 +174,7 @@ const SelectedItem = ({ getToggleButtonProps, getInputProps, children, isOpen, c .dropdown-display.is-open { border-radius: 3px 3px 0 0; + border-width: 2px; } .dropdown-display-text { @@ -201,8 +202,8 @@ const ListItems = ({ children, color }) => {