From 662c136dc4be7ff792710d3717748ea3b37f6bcb Mon Sep 17 00:00:00 2001 From: kaylin chung Date: Fri, 1 Mar 2024 19:03:00 -0800 Subject: [PATCH] changed color of apply button --- src/components/MenuBar/ButtonBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MenuBar/ButtonBar.js b/src/components/MenuBar/ButtonBar.js index 537b1a0..0278896 100644 --- a/src/components/MenuBar/ButtonBar.js +++ b/src/components/MenuBar/ButtonBar.js @@ -6,7 +6,7 @@ import LinkNoStyle from '../LinkNoStyle/LinkNoStyle.js'; import { applicationOpen, applyDeadline } from '../constants.js'; const useStyles = makeStyles(theme => { - // const menuBarAdaptiveThreshold = theme.breakpoints.values.sm * 1.3; + const menuBarAdaptiveThreshold = theme.breakpoints.values.sm * 1.3; return { link: { fontWeight: 500, @@ -41,7 +41,7 @@ const useStyles = makeStyles(theme => { applyLink: { fontFamily: theme.typography.fontFamily, fontWeight: 600, - backgroundColor: theme.palette.primary.main, + backgroundColor: theme.palette.secondary.main, margin: props => props.isMobile ? '10px auto 0' : '0 25px 0 0', padding: '7px 20px', borderRadius: '20px',