mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
fixed fontWeight as normal for MetaHeading
This commit is contained in:
@@ -2,7 +2,7 @@ import { Heading, HeadingProps } from '@chakra-ui/core';
|
||||
import React from 'react';
|
||||
|
||||
export const MetaHeading: React.FC<HeadingProps> = ({ children, ...props }) => (
|
||||
<Heading size="lg" textAlign="center" {...props}>
|
||||
<Heading size="lg" textAlign="center" fontWeight="normal" {...props}>
|
||||
{children}
|
||||
</Heading>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user