#Border radius, and spcific colors are not being rendered correctly (comfy)

1 messages · Page 1 of 1 (latest)

mossy oar
#

As you can see the border radius is different that to what i have set, it was working before, but after an update it just broke, now it's a circle. Also I have nearly all my colors set to black yet the mention menu is not getting colored

still geyser
#
: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?
still geyser
#
.autocompleteRowIcon_bcc24e foreignObject {
  mask: none;
}

.autocompleteRowIcon_bcc24e .avatar_c51b4e {
  border-radius: 2px;
}```