update dimensions of track according to number of categories

This commit is contained in:
Lachlan Kermode
2020-03-20 15:45:09 +01:00
parent 042ff2df15
commit ffb4548fce
9 changed files with 78 additions and 27 deletions

View File

@@ -5,8 +5,13 @@ export const colors = {
white: '#fff'
}
export const sizes = {
eventDotR: 5
}
export default {
darkBackground: colors.black,
primaryHighlight: colors.yellow,
secondaryHighlight: colors.white
secondaryHighlight: colors.white,
sizes
}