From 447ccf089e3c3ebd7c4c35de1959cad671c352fe Mon Sep 17 00:00:00 2001 From: nkdengineer <161821005+nkdengineer@users.noreply.github.com> Date: Wed, 3 Apr 2024 06:13:47 +0700 Subject: [PATCH] Update src/styles/theme/colors.ts Co-authored-by: Pujan Shah --- src/styles/theme/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/colors.ts b/src/styles/theme/colors.ts index 59106efdef98..426d47d52142 100644 --- a/src/styles/theme/colors.ts +++ b/src/styles/theme/colors.ts @@ -28,7 +28,7 @@ const colors: Record = { productDark700: '#8B9C8F', productDark800: '#AFBBB0', productDark900: '#E7ECE9', - messageHightlightDark: '#402B02', + messageHighlightDark: '#402B02', // Light Mode Theme Colors productLight100: '#FCFBF9',