slate/common/constants.js

21 lines
328 B
JavaScript
Raw Normal View History

2020-08-22 05:18:36 +03:00
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,
};