I have a simple button component with actions passed as props. I've decided to style it using Styled-Components.
In my React Application, I have three buttons with different actions and I would like them to have a different color.
Can I write some CSS classes inside StyledComponent and pass as a prop and 'indicator' which class should my component be styled?