From c57113e9350e4e012294fd097ce13eeda6089010 Mon Sep 17 00:00:00 2001 From: Price Date: Thu, 25 Jan 2024 13:46:06 -0500 Subject: [PATCH 1/2] Change button border radius --- github-ci/button/button.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/github-ci/button/button.module.css b/github-ci/button/button.module.css index 7546b1d..def7906 100644 --- a/github-ci/button/button.module.css +++ b/github-ci/button/button.module.css @@ -2,6 +2,7 @@ background-color: #4caf50; border: none; color: white; + border-radius: 8px; padding: 15px 32px; text-align: center; text-decoration: none; From bb3e7a5759a8ebce6bd580364c5f03dfde746d00 Mon Sep 17 00:00:00 2001 From: Price Date: Thu, 25 Jan 2024 13:52:12 -0500 Subject: [PATCH 2/2] Change button border radius --- github-ci/button/button.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-ci/button/button.module.css b/github-ci/button/button.module.css index def7906..8d29db7 100644 --- a/github-ci/button/button.module.css +++ b/github-ci/button/button.module.css @@ -2,7 +2,7 @@ background-color: #4caf50; border: none; color: white; - border-radius: 8px; + border-radius: 16px; padding: 15px 32px; text-align: center; text-decoration: none;