Switch for button color
TL ;DR : switch logic in nordcraft ? I 'm trying to say this : - if my attribute = 'black ' - > then define a specific style variable , - if 'outlined ' - > then output a different color - if 'warning ' - > then . . - if 'error ' - > then . . . I can do it with if /else blocs but it looks complex , and I like to make things look simple 😇 A simple switch would have been simple , but it seems that there isn 't . How do you deel with this use case ?