mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
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…
x
Reference in New Issue
Block a user