slate/common/constants.js
2020-08-21 19:20:30 -07:00

21 lines
328 B
JavaScript

export const values = {
version: "0.1.0",
sds: "0.1.0",
};
export const sizes = {
mobile: 768,
navigation: 288,
sidebar: 416,
header: 72,
};
export const code = {};
export const theme = {
foreground: system.white,
ctaBackground: system.brand,
pageBackground: system.foreground,
pageText: system.black,
};