aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/Shadow.astro6
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage