style(description): fix title font-weight (#348)

This commit is contained in:
Zhao Lei
2020-07-24 17:33:45 +08:00
committed by GitHub
parent f96fdcb5bf
commit ca4f8e3072

View File

@@ -37,6 +37,7 @@ const Description: React.FC<DescriptionProps> = ({ title, content, className, ..
text-transform: uppercase;
white-space: nowrap;
color: ${theme.palette.accents_5};
font-weight: 500;
display: flex;
}