Skip to content

Commit

Permalink
Merge pull request #90 from vczb/quick_fixes
Browse files Browse the repository at this point in the history
Quick fixes
  • Loading branch information
vczb authored Jul 7, 2023
2 parents 0037f0b + 8ed7a60 commit b7bf88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/Button/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { ButtonHTMLAttributes } from 'react'
import { SpacingKeys } from '../../utils/spacingModifier'
import { SpacingKeys } from '../../styles/spacingModifier'
import * as S from './styles'

export type ButtonProps = {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/GridMain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as S from './styles'

export type GridMainProps = {
children: React.ReactNode
size?: 'medium' | 'small' | 'mini'
size?: 'medium' // | 'small' | 'mini' #TODO: it's not working as expected, test and fix
minHeight?: '70vh' | '100vh' | '100%' | 'unset'
} & BaseHTMLAttributes<HTMLDivElement>

Expand Down

0 comments on commit b7bf88c

Please sign in to comment.