Constellation: How do I apply a background color conditionally for a particular field value?

I need to display field values with conditional background colors

if the field value is ‘Yes’ should have a red color background,

if the field value is ‘No’ should have a green color background.

Is there a way to implement this in Constellation without using custom DX components?

@SRUJANM6

Changing colors for a specific control or use case is not recommended. You can use AppStudio–>Settings–>Themes to setup the styles across your application.

@SRUJANM6

Though this requirement can be achieved through Custom DX component, but this is not a best practice. Relying on background color alone will impact accessibility and does not meet WCAG requirements. You should not use color as the only way to convey “Yes” vs “No.”.