From b400fb49c2f104b2592d11d0c94eb1c30c3f38ba Mon Sep 17 00:00:00 2001 From: parsa moloodi <152327686+parsamoloody@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:34:24 +0330 Subject: [PATCH] Update introduction.mdx i changed the red color to blue --- docs/introduction.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;