Skip to content

Commit 604333f

Browse files
ctoffaninCristian Toffanin
andauthored
fix(gradient text component): change placeholder colour to higher contrast one (#161)
Co-authored-by: Cristian Toffanin <[email protected]>
1 parent e84c1f7 commit 604333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ textarea {
159159
}
160160

161161
::placeholder {
162-
color: var(--input-color);
162+
color: #A5A5A7;
163163
font-size: 1rem;
164164
}
165165

0 commit comments

Comments
 (0)