From ded5fbf377998077271a2965aa6e486940ed6916 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Mon, 28 Dec 2020 12:27:35 +0800 Subject: [PATCH] Adjust brand Use thinner weight for version number --- packages/react-common-docs/brand.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {