Skip to content

v0.1.3-rc.1

Latest
Compare
Choose a tag to compare
@mathieustan mathieustan released this 03 Sep 12:39

News

πŸš€ It's now possible to surcharge default theme colors & box-shadow.
Theme object looks like this πŸ‘‡

{
  colors: {
    success: '#4f88ff',
    successDarken: '#2d71fe',
    info: '#5d6a89',
    infoDarken: '#535f7b',
    warning: '#f8a623',
    warningDarken: '#f69a07',
    error: '#ff4577',
    errorDarken: '#ff245f',
    offline: '#ff4577',
    offlineDarken: '#ff245f',
  },
  boxShadow: `0px 3px 5px -1px rgba(0,0,0,0.2),
    0px 6px 10px 0px rgba(0,0,0,0.14),
    0px 1px 18px 0px rgba(0,0,0,0.12)`,
}

Take a look at README.md Theme