📜  grommetjs 删除绿色按钮 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:54.447000             🧑  作者: Mango

代码示例1
const theme = {
  global: {
    colors: {
      brand: '#0CA7D3',
      grey: '#DDDBE0',
      grey2: '#9A9A9A',
      focus: '#0CA7D3' // added focus color
    }
  },
  formField: {
    label: {
      size: 'small'
    }
  }
}