Massive/constants.ts
Brandon Presley d9c9a08710 Copy scaffolding from Sets to Food
Still need to add migrations for the food
table.
2023-07-15 12:14:41 +12:00

8 lines
231 B
TypeScript

export const MARGIN = 10
export const PADDING = 10
export const ITEM_PADDING = 8
export const DARK_RIPPLE = '#444444'
export const LIGHT_RIPPLE = '#c2c2c2'
export const DARK_TEXT = '#909090ff'
export const LIGHT_TEXT = '#717171ff'