Feat: New styleguide, table component and screen
This commit is contained in:
parent
c100c11a2f
commit
8b4a1ff23f
20 changed files with 309 additions and 287 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue