Implements color variables and updates components
This commit is contained in:
committed by
August Skare
parent
580e574c84
commit
47b281b754
12
packages/dev-tools-pages/ts/variables.tsx
Normal file
12
packages/dev-tools-pages/ts/variables.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
const variables = {
|
||||
colors: {
|
||||
black: '#000000',
|
||||
white: '#FFFFFF',
|
||||
lightGray: '#F1F4F5',
|
||||
gray: '#F1F2F7',
|
||||
darkGray: '#E9ECED',
|
||||
blueGray: '#ECEFF9',
|
||||
},
|
||||
};
|
||||
|
||||
export default variables;
|
Reference in New Issue
Block a user