diff --git a/components/elements/styledbutton.tsx b/components/elements/styledbutton.tsx index e499ea5..435a2a1 100644 --- a/components/elements/styledbutton.tsx +++ b/components/elements/styledbutton.tsx @@ -17,7 +17,7 @@ export default function StyledButton(props: any) { background-color: var(--theme-color); transition-duration: 0.2s; gap: var(--padding-sm); - color: unset; + color: white; text-decoration: unset; } a:hover {