Using the `css` prop to define styles in Styled Components

Share this video with your friends

Send Tweet

We will learn about the css prop we have at our disposal in styled-components to change the style of a component right in the render function.

We will use this prop to override the text color of a button with the one we define in this prop.