UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

12 lines (10 loc) 264 B
import theme from '../../../theme'; module.exports = { danger: theme.color.danger, default: theme.color.gray80, error: theme.color.danger, info: theme.color.info, primary: theme.color.primary, success: theme.color.success, warning: theme.color.warning, };