UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

19 lines (16 loc) 256 B
export const wrapper = { mb: 3, display: 'inline-flex', alignItems: 'center', } export const input = { outline: 'none', background: 'none', border: 'none', color: 'text', fontSize: 1, } export const icon = { color: 'border', mr: 2, }