#Border radius, and spcific colors are not being rendered correctly (comfy)
1 messages · Page 1 of 1 (latest)
:root .autocomplete_f23da8 {
background: #000;
}``` I recommend next time get into more detail on the situation just in case. Like when you explained that the avatars got returned back to a circle, what was the border-radius value that you used when it last worked? 5px? 2px?
2px pretty sure
.autocompleteRowIcon_bcc24e foreignObject {
mask: none;
}
.autocompleteRowIcon_bcc24e .avatar_c51b4e {
border-radius: 2px;
}```