UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.colors = { white: '#fff', text: '#646464', grayDark: '#646464', primary: 'rgb(29,147,210)', danger: '#E9525E', success: '#32c5a1', }; exports.default = exports.colors; //# sourceMappingURL=variables.js.map