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")` const GroupTitle = styled("h5")`
font-size: 14px; font-size: 0.75rem;
font-weight: bold; color: #374151;
font-weight: 500;
`; `;
const General = () => { const General = () => {

Loading…
Cancel
Save