diff --git a/src/css/dark_theme.css b/src/css/dark_theme.css index 957ccf5..940a00a 100644 --- a/src/css/dark_theme.css +++ b/src/css/dark_theme.css @@ -28,4 +28,7 @@ --input-background: var(--spotify-black); --input-text: var(--spotify-green); --input-active-border: var(--accent1); + + --button-background: var(--spotify-green); + --button-text: var(--spotify-black); } \ No newline at end of file