Skip to content

Commit

Permalink
color & sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 5, 2020
1 parent c207a84 commit 61b9dac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ class Contants {
incButtonId: 'incButtonId',
incButtonTitle: 'Inc',
}

// Styles
colors = {
black: '#000',
white: '#fff',
lightGrey: '#dcdde1',
blue: '#4d7198',
yellow: '#fbc531',
}
sizes = {
s: 8,
m: 16,
l: 32,
xl: 40,
}
}

export default new Contants();

0 comments on commit 61b9dac

Please sign in to comment.