UNPKG

keystone

Version:

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

14 lines (11 loc) 258 B
// ============================== // Form Note // ============================== import theme from '../../../theme'; module.exports = { note: { color: theme.form.note.color, fontSize: theme.form.note.fontSize, marginTop: theme.spacing.small, }, };