Skip to content

Commit

Permalink
changed color of apply button
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylin-chung committed Mar 2, 2024
1 parent 662c136 commit 1faecaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MenuBar/ButtonBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import LinkNoStyle from '../LinkNoStyle/LinkNoStyle.js';
import { applicationOpen, applyDeadline } from '../constants.js';

const useStyles = makeStyles(theme => {
const menuBarAdaptiveThreshold = theme.breakpoints.values.sm * 1.3;
return {
link: {
fontWeight: 500,
Expand Down Expand Up @@ -42,7 +41,7 @@ const useStyles = makeStyles(theme => {
fontFamily: theme.typography.fontFamily,
fontWeight: 600,
backgroundColor: theme.palette.secondary.main,
margin: props => props.isMobile ? '10px auto 0' : '0 25px 0 0',
margin: props => props.isMobile ? '20px auto 0' : '0 25px 0 0',
padding: '7px 20px',
borderRadius: '20px',
color: 'white',
Expand Down

0 comments on commit 1faecaf

Please sign in to comment.