Add user settings modal

This commit is contained in:
Maksim Eltyshev
2020-04-08 21:12:58 +05:00
parent ce1e1f741d
commit c4acb3eb24
29 changed files with 570 additions and 455 deletions
+8
View File
@@ -10,6 +10,7 @@ const SIZES = {
SMALL: 'small',
MEDIUM: 'medium',
LARGE: 'large',
MASSIVE: 'massive',
};
// TODO: move to styles
@@ -43,6 +44,13 @@ const STYLES = {
padding: '12px 0 10px',
width: '36px',
},
massive: {
fontSize: '36px',
fontWeight: '500',
height: '100px',
padding: '32px 0 10px',
width: '100px',
},
};
const COLORS = [