is there a way to change the default color background of the Avatar circle in the OOB sn-avatar

Thomas Miles
Tera Contributor

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

jsanjuan
ServiceNow Employee
ServiceNow Employee

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",