From 357b4e5faf660fa4c71ff5f3339ddb02b2030101 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Fri, 9 Aug 2024 21:20:19 -0500 Subject: refactor: change color of the explore more button icon --- src/components/Shadow.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Shadow.astro b/src/components/Shadow.astro index ab799d1..946dcde 100644 --- a/src/components/Shadow.astro +++ b/src/components/Shadow.astro @@ -29,7 +29,7 @@ outline: none; background: var(--zinc-50); font-size: 0.875rem; - color: var(--zinc-950); + color: var(--zinc-950); border-radius: 1.5rem; cursor: pointer; } @@ -38,4 +38,8 @@ width: 1.5rem; height: 1.5rem; } + + .shadow-button-icon svg { + fill: var(--zinc-950); + } \ No newline at end of file -- cgit v1.2.3