From a4c2fb8dc5560ba4d2c1af9cb4ec78075286ba39 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:31:06 +0100 Subject: [PATCH] fix(frontend): inherit border-radius --- frontend/src/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.scss b/frontend/src/index.scss index 940245e6c..431b3cd37 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -43,7 +43,7 @@ $font-size: $font-size-m; display: flex; flex-grow: 1; margin: 0; - min-width: 160px; + min-width: 150px; svg { height: 90%; @@ -91,7 +91,7 @@ $font-size: $font-size-m; appearance: none; background: none; border: 1px solid #d6d6e7; - border-radius: 3px; + border-radius: inherit; box-shadow: rgba(119, 122, 175, 0.3) 0 1px 4px 0 inset; caret-color: #5a5e9a; color: $color-text;