diff options
Diffstat (limited to 'packages/website/ts/@next/components/button.tsx')
-rw-r--r-- | packages/website/ts/@next/components/button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/button.tsx b/packages/website/ts/@next/components/button.tsx index 6f5988e36..05afa3534 100644 --- a/packages/website/ts/@next/components/button.tsx +++ b/packages/website/ts/@next/components/button.tsx @@ -9,7 +9,7 @@ import { colors } from 'ts/style/colors'; interface ButtonInterface { bgColor?: string; color?: string; - children?: Node | string; + children?: React.ReactNode | string; isTransparent?: boolean; isNoBorder?: boolean; isNoPadding?: boolean; |