Feat: New styleguide, table component and screen

This commit is contained in:
Rafael Taranto 2019-11-11 15:34:14 +00:00
parent c100c11a2f
commit 8b4a1ff23f
20 changed files with 309 additions and 287 deletions

View file

@ -9,7 +9,7 @@ import {
import typographyStyles from '../typography/styles'
const { label } = typographyStyles
const { p } = typographyStyles
const colors = (color1, color2, color3) => {
return {
@ -25,7 +25,7 @@ const colors = (color1, color2, color3) => {
export default {
actionButton: {
extend: label,
extend: p,
cursor: 'pointer',
border: 'none',
height: 24,