Hi, I've been trying to setup my input to have a slightly different case of "warning"-level validation. I have data like this:
{
"title": {
"id": 120,
"defaultText": "Meatballs",
"translationsByTextId": {
"nodes": [
{
"languageCode": "da",
"translationText": "Frikadeller"
},
{
"languageCode": "fi",
"translationText": "Lihapullat"
},
[...]
]
}
}
}
which is to be editable one language at a time. I want to display an indicator for when any supported language is missing text though. I've managed this via suffixIcon
but the default color is not apparent enough. See image:
Is there any way to change this color? The only style
on Text Input for adornment seems to be related the input outline.