diff --git a/packages/react-common-docs/brand.tsx b/packages/react-common-docs/brand.tsx index 886cef4..4ac24ec 100644 --- a/packages/react-common-docs/brand.tsx +++ b/packages/react-common-docs/brand.tsx @@ -28,7 +28,7 @@ const Subtitle = styled('small')({ position: 'absolute', bottom: '-1em', right: 0, - fontWeight: 900, + fontWeight: 600, }) const Brand = () => {