From 65c44c244b587c3921ed95e17a8991026eab571b Mon Sep 17 00:00:00 2001 From: Melissa Samworth Date: Tue, 13 Feb 2024 14:58:28 +0000 Subject: [PATCH] Update button.css background to pink --- app/components/Button/button.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/Button/button.css b/app/components/Button/button.css index ef2b067d..319e0699 100644 --- a/app/components/Button/button.css +++ b/app/components/Button/button.css @@ -12,7 +12,8 @@ } .primary { - background: var(--colors-teal-500, #1d9089); + /* background: var(--colors-teal-500, #1d9089); */ + background: pink; font-weight: 600; color: var(--colors-white, #ffffff); }