From 5dbee0c42aefb9b5ab9d48663f514551877fc530 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 15 Aug 2021 15:48:45 +0100 Subject: [PATCH] oops uh this should be 50% --- src/styles/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index 7cebb5f2..f1e9556d 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -20,7 +20,7 @@ */ --app-height: 100vh; --border-radius: 6px; - --border-radius-half: 0; + --border-radius-half: 50%; --input-border-width: 2px; --textarea-padding: 16px;