diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 32c5e970f9..a5ee1b3d3d 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -115,9 +115,10 @@ import styled from '@emotion/styled' const Button = styled.button` padding: 32px; background-color: hotpink; + font-size: 24px; border-radius: 4px; - color: black; + color: blue; font-weight: bold; &:hover { color: white;