From 4ec5cb931c7390d0ebea4f856ce340e180b3c7ce Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Sep 2021 21:35:54 -0500 Subject: [PATCH] Use rounded buttons --- app/styles/components/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/buttons.scss b/app/styles/components/buttons.scss index e8b382a38..f50c7f09f 100644 --- a/app/styles/components/buttons.scss +++ b/app/styles/components/buttons.scss @@ -10,7 +10,7 @@ button { .button { background-color: var(--brand-color); border: 10px none; - border-radius: 4px; + border-radius: 999px; box-sizing: border-box; color: #fff; cursor: pointer;