Skip to content

Commit

Permalink
Button Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 14, 2024
1 parent 8ecc316 commit 26cb2f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
21 changes: 5 additions & 16 deletions src/components/LandingImage/LandingImage2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,13 @@ function LandingImage2() {
>
SignUp
</Button>
<Card elevation={5}>
<Stack direction={"row"} alignItems={"center"} display={"flex"} sx={{height: "100%"}} spacing={3}>
<CalendarMonthOutlined sx={{fontSize: "2rem"}}/>
<Typography sx={{fontSize:"1rem"}}>5th - 6th April</Typography>
<Card elevation={5} sx={{height: "3.5rem"}}>
<Stack direction={"row"} alignItems={"center"} display={"flex"}
sx={{height: "100%", paddingRight: "1.5rem", paddingLeft: "1.5rem",}} spacing={3}>
<CalendarMonthOutlined sx={{fontSize: "2rem", color: "text.disabled"}}/>
<Typography sx={{fontSize: "1.5rem"}} color={"text.disabled"}>5th - 6th April</Typography>
</Stack>
</Card>
<Button
variant={"contained"}
disabled
sx={{
borderWidth: "1rem",
width: "15rem",
height: "3.5rem",
fontSize: "1.25rem",
}}
>
SignUp
</Button>
</Stack>
</Box>
</Container>
Expand Down
20 changes: 14 additions & 6 deletions src/components/Theme/HackHpiTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@ const hackHpiTheme = responsiveFontSizes(createTheme(theme, {
borderRadius: "10px"
}
}
}
},
MuiButton: {
styleOverrides: {
root: {
borderRadius: "10px"
}
}
},

},
typography: {

Expand All @@ -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',
}
}
Expand Down

0 comments on commit 26cb2f3

Please sign in to comment.