fix: changed font weight of page title
This commit is contained in:
parent
cc90bc4d32
commit
1f5ff18605
|
@ -7,7 +7,7 @@ type TitleProps = {
|
|||
|
||||
const Title = ({ color, children }: TitleProps) => {
|
||||
return (
|
||||
<Text size={27} weight={'medium'} color={color}>
|
||||
<Text size={27} weight={'semibold'} color={color}>
|
||||
{children}
|
||||
</Text>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue