From 0e5a08a8705a2b3439735a67f9d83e64bbfe1455 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 30 Oct 2020 17:43:27 +0000 Subject: [PATCH] Revise buttons back to fully rounded --- src/components/Button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.scss b/src/components/Button.scss index ec94ad8..25997ab 100644 --- a/src/components/Button.scss +++ b/src/components/Button.scss @@ -21,7 +21,7 @@ limitations under the License. height: 48px; - border-radius: 16px; + border-radius: 24px; border: 0; background-color: $accent;