From 46dd167df6570437e59a39502ab6210bc24df960 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 5 Oct 2023 15:24:32 +0200 Subject: [PATCH] Fix placeholder accesibility --- client/src/sass/include/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index f414cf185..1dcf35cd3 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -82,7 +82,7 @@ $theater-bottom-space: 115px; $input-foreground-color: $fg-color; $input-background-color: $bg-color; -$input-placeholder-color: #898989; +$input-placeholder-color: #797676; $input-border-color: #C6C6C6; $textarea-foreground-color: $fg-color;