Object name font-weight in Data Model Settings (#3115)
* fix: make name bolder * chore: fix lint
This commit is contained in:
@ -34,6 +34,7 @@ const StyledCardContent = styled(CardContent)`
|
|||||||
const StyledName = styled.div`
|
const StyledName = styled.div`
|
||||||
color: ${({ theme }) => theme.font.color.primary};
|
color: ${({ theme }) => theme.font.color.primary};
|
||||||
display: flex;
|
display: flex;
|
||||||
|
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||||
gap: ${({ theme }) => theme.spacing(2)};
|
gap: ${({ theme }) => theme.spacing(2)};
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user