refactor(input): consistent placeholder colours

This commit is contained in:
Carlos Valente
2025-11-13 07:47:59 +01:00
committed by Carlos Valente
parent 1694cca92c
commit 93e9c19e0d
@@ -11,7 +11,7 @@
outline: none;
&::placeholder {
color: $gray-500;
color: $gray-600;
letter-spacing: 0;
}