Skip to content

Commit

Permalink
Update introduction.mdx
Browse files Browse the repository at this point in the history
i changed the red color to blue
  • Loading branch information
parsamoloody authored Jan 8, 2025
1 parent cce67ec commit b400fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b400fb4

Please sign in to comment.