Allow setting foreground/background colors in component props

Could we make it possible to set colors (background and foreground) colors in components through component props? Am having to create variants for each option now…

Only as a hacky solution for now, you can right click the style attribute and Link it as a prop on the component, so that any instance of the component can pass in a styles object

@yang interesting… Thank you! Will try it out