Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
nativityinblack.eth committed Jul 8, 2022
1 parent 82a24f8 commit 82d1424
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions blerdpass-frontend/src/components/mint/MintRoot.tsx
Original file line number Diff line number Diff line change
@@ -48,14 +48,14 @@ function MintRoot() {
2222 MINTED</Typography>
<Stack direction={"row"} spacing={2} alignItems="center">
<Fab size="small" aria-label="remove" onClick={mintMinus}
sx={{backgroundColor: Custom.vaderDarkPink}}>
<RemoveIcon htmlColor={Custom.vaderYellow}/>
sx={{backgroundColor: "#ed1f24"}}>
<RemoveIcon htmlColor={"#fff"}/>
</Fab>

<Typography variant={"h3"} color={"white"}>{app.mintAmount}</Typography>

<Fab size="small" aria-label="add" onClick={mintPlus} sx={{backgroundColor: Custom.vaderDarkPink}}>
<AddIcon htmlColor={Custom.vaderYellow}/>
<Fab size="small" aria-label="add" onClick={mintPlus} sx={{backgroundColor: "#ed1f24"}}>
<AddIcon htmlColor={"#fff"}/>
</Fab>
</Stack>

2 changes: 1 addition & 1 deletion blerdpass-frontend/src/styles/Theme.ts
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ export const theme = createTheme({
fontSize: 10
},
button: {
fontSize: 12,
fontSize: 16,
textTransform: 'inherit'
}
}

0 comments on commit 82d1424

Please sign in to comment.