Fix placeholder accesibility
This commit is contained in:
parent
f85ace9ebb
commit
46dd167df6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue