feat(frontend): updated font style for group title

pull/75/head
Samuel Rowe 3 years ago
parent 2c0a0afede
commit eb3e67d9e5

@ -32,8 +32,9 @@ const Description = styled("p")`
`;
const GroupTitle = styled("h5")`
font-size: 14px;
font-weight: bold;
font-size: 0.75rem;
color: #374151;
font-weight: 500;
`;
const General = () => {

Loading…
Cancel
Save