From 94045f1164ea3d85d8a41ee34301ac018ff3da93 Mon Sep 17 00:00:00 2001 From: Skorpios Date: Sat, 8 Mar 2025 13:56:51 -0800 Subject: [PATCH] Updated font sizes and colors to match theme values. --- src/Utils/Theme/globalTheme.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Utils/Theme/globalTheme.js b/src/Utils/Theme/globalTheme.js index 89ad85c2b..dec8c5913 100644 --- a/src/Utils/Theme/globalTheme.js +++ b/src/Utils/Theme/globalTheme.js @@ -122,11 +122,11 @@ const baseTheme = (palette) => ({ props: { variant: 'text', color: 'info' }, style: { textDecoration: 'underline', - color: '#344054', + color: theme.palette.text.primary, padding: 0, margin: 0, - fontSize: '0.9rem', - fontWeight: 'normal', + fontSize: typographyLevels.m, + fontWeight: theme.typography.body2.fontWeight, backgroundColor: 'transparent', '&:hover': { backgroundColor: 'transparent',