diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:20:19 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:20:19 -0500 |
| commit | 357b4e5faf660fa4c71ff5f3339ddb02b2030101 (patch) | |
| tree | 03b9933c3abbfc56b8cb9d146fda1d4f5595c8d0 | |
| parent | 90bcfbf0d49e428e6b4bb45c511e4a60cecaff49 (diff) | |
refactor: change color of the explore more button icon
| -rw-r--r-- | src/components/Shadow.astro | 6 |
1 files changed, 5 insertions, 1 deletions
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); + } </style>
\ No newline at end of file |
