dd3tech/bui

IconStatus background color in Select component always is error color

andres-bedolla opened this issue · 1 comments

Describe the bug
The IconStatus background color in Select component is always taking the error color defined in the theme. It seems like the background error color is overwriting the other variants. I'm using v.6.0.0.

To Reproduce
Steps to reproduce the behavior:

  1. At any Select component define a variant with IconStatus, such as success, warning and error.

Expected behavior
The IconStatus background should take the background color depending on the variant.

Screenshots
image

And even in the Select documentation is showing like that.

image

Desktop (please complete the following information):

  • macOS Monterey
  • Browser Chrome
  • Version 111.0.5563.146 (arm64)
tbor00 commented

I see, thanks for the report! I will working on that