Set placeholder color for shared task modal textarea field [SCI-10120] (#7055)

This commit is contained in:
wandji 2024-02-05 15:54:07 +01:00 committed by GitHub
parent 71be4db51b
commit ea0cdf5811
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,4 +102,10 @@
.shareable-link-disclaimer {
color: var(--sn-grey);
}
.sci-input-container-v2 {
textarea::placeholder {
color: var(--sn-grey);
}
}
}