Hi, I’m currently building an Admin UI extension using the CLI and “@shopify/ui-extensions-react/admin” version
“2024.01.x” package.
I would like to change the colour of a piece of text, to create a simple feedback indicator.
The text is rendered using the Text component here:
However I cannot figure out how to change the colour, or if it’s even possible. The docs above say “Remember, you can also add your own styling” but I can’t find any information on how to actually do it.
Is it possible? If so, are there any examples anywhere?
For now I’m just going to make the feedback indicator use Banner or Badge since at least those can just have a Tone property, but it would be nice to have simple coloured text without the extra bulk/background etc.