From b8252e669bb82ae59d75ab8731208644bf52b887 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Wed, 24 Apr 2024 22:44:16 -0300 Subject: [PATCH] fix: color drawer__title --- src/components/Drawer/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Drawer/index.scss b/src/components/Drawer/index.scss index 3c134f86..d9c380f2 100644 --- a/src/components/Drawer/index.scss +++ b/src/components/Drawer/index.scss @@ -122,7 +122,7 @@ display: block; font-family: fonts.$primaryFont; - color: colors.$gray700; + color: colors.$gray500; font-weight: 600; }