diff --git a/src/components/Text/Text.tsx b/src/components/Text/Text.tsx index 49281eae..3c26ef9e 100644 --- a/src/components/Text/Text.tsx +++ b/src/components/Text/Text.tsx @@ -30,8 +30,7 @@ type BaseProps = { */ children: ReactNode; /** - * 太字とするかどうか - * @default false + * 太字とする */ bold?: boolean; /**