From 26cb2f30935dfaefc4b0962f6650c6e86061459b Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Wed, 14 Feb 2024 17:07:25 +0100 Subject: [PATCH] Button Updates --- src/components/LandingImage/LandingImage2.jsx | 21 +++++-------------- src/components/Theme/HackHpiTheme.js | 20 ++++++++++++------ 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/src/components/LandingImage/LandingImage2.jsx b/src/components/LandingImage/LandingImage2.jsx index b9ef99d..c352447 100644 --- a/src/components/LandingImage/LandingImage2.jsx +++ b/src/components/LandingImage/LandingImage2.jsx @@ -60,24 +60,13 @@ function LandingImage2() { > SignUp - - - - 5th - 6th April + + + + 5th - 6th April - diff --git a/src/components/Theme/HackHpiTheme.js b/src/components/Theme/HackHpiTheme.js index 5c084e3..6f1bbe4 100644 --- a/src/components/Theme/HackHpiTheme.js +++ b/src/components/Theme/HackHpiTheme.js @@ -58,7 +58,15 @@ const hackHpiTheme = responsiveFontSizes(createTheme(theme, { borderRadius: "10px" } } - } + }, + MuiButton: { + styleOverrides: { + root: { + borderRadius: "10px" + } + } + }, + }, typography: { @@ -69,20 +77,20 @@ const hackHpiTheme = responsiveFontSizes(createTheme(theme, { //lineHeight: "5.5rem", //fontSize: "7rem" }, - h2:{ + h2: { fontFamily: 'Neo Sans, Urbanist, Arial', fontWeight: "bold", }, - h3:{ + h3: { fontFamily: 'Sans, Urbanist, Arial', }, - h4:{ + h4: { fontFamily: 'Sans, Urbanist, Arial', }, - h5:{ + h5: { fontFamily: 'Sans, Urbanist, Arial', }, - body1:{ + body1: { fontFamily: '"Open Sans Variable", Urbanist, Arial', } }