How change a text color in a simple list in ui builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 08:17 AM
Hello!
Can anyone help me, I want to change the text color of the list of records in a simple list component in UI Builder. It's the default which is this shade of green and black from ServiceNow, and I want change it. Example the records of Incident table:
One attempt I made was through "Themes" but I don't know which code refers to the css text color.
I'll leave an example of the code screen I'm talking about, from the UX Theme table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 09:18 AM - edited 07-27-2023 09:22 AM
Hello @Anne11
"--now-color--secondary-0": "255,0,14",
"--now-color--secondary-1": "55,126,71",
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 09:53 AM
Hello @Samaksh Wani
Thanks for the answer.
I did as instructed, but in the text of the simple list, it didn't apply.
The color pink applies only in "view all" and the turquoise did not change neither.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 10:32 AM
I changed to yellow, the same thing.
I think so can be a bug in UI Builder maybe.