is there a way to change the default color background of the Avatar circle in the OOB sn-avatar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 10:28 AM
Using the OOB <sn-avatar class="avatar-large" primary="caller"/> avatar and would like to know if i can change the background of the default grey , or is there a way to alter any of this oob tool?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2022 07:32 PM
Try changing the ux-style record "colors" and add/change the following:
"--now-avatar--background-color": "191,64,191",
"--now-avatar--border-color": "124,252,0",
"--now-avatar--color": "128,128,128",
"--now-sub-avatar--background-color": "191,64,191",
"--now-sub-avatar--border-color": "124,252,0",
"--now-sub-avatar--color": "128,128,128",