Skip to content

Commit 28f9fc3

Browse files
author
alexandremagno
committed
improving typo and rounding buttons
1 parent 97e3cc3 commit 28f9fc3

File tree

3 files changed

+237
-206
lines changed

3 files changed

+237
-206
lines changed

frontend/src/components/styles/palette.js

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@ import { indigo, teal, grey, green } from '@material-ui/core/colors'
22

33
const Palette = {
44
typography: {
5-
fontFamily: ['Inter', 'Helvetica', 'Roboto']
5+
fontFamily: ['Inter', 'Helvetica', 'Roboto'],
6+
h3: {
7+
fontWeight: 200,
8+
fontSize: 48,
9+
lineHeight: '52px',
10+
color: '#353A42'
11+
12+
},
13+
h5: {
14+
fontWeight: 600,
15+
fontSize: 18,
16+
lineHeight: '24px',
17+
color: '#353A42'
18+
}
619
},
720
palette: {
821
primary: {
@@ -36,6 +49,21 @@ const Palette = {
3649
color: '#000'
3750
}
3851
}, */
52+
MuiButton: {
53+
root: {
54+
borderRadius: '18px',
55+
//textTransform: 'none',
56+
fontSize: 14,
57+
color: '#353A42',
58+
'&:hover': {
59+
backgroundColor: '#E2E5EA'
60+
}
61+
},
62+
primary: {
63+
color: '#fff',
64+
backgroundColor: '#4D7E6F',
65+
}
66+
},
3967
MuiInput: {
4068
root: {
4169
margin: '2px 0'

0 commit comments

Comments
 (0)