Add user settings modal
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user