Skip to content

Commit b400fb4

Browse files
authored
Update introduction.mdx
i changed the red color to blue
1 parent cce67ec commit b400fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/introduction.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ import styled from '@emotion/styled'
115115
const Button = styled.button`
116116
padding: 32px;
117117
background-color: hotpink;
118+
118119
font-size: 24px;
119120
border-radius: 4px;
120-
color: black;
121+
color: blue;
121122
font-weight: bold;
122123
&:hover {
123124
color: white;

0 commit comments

Comments
 (0)