mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-09 12:08:31 -06:00
Getting heading to render correctly?
This commit is contained in:
@@ -28,6 +28,6 @@ export function Label(props: LabelProps): React.JSX.Element {
|
||||
|
||||
export function Heading({ children }: { children: string }): React.JSX.Element {
|
||||
return (
|
||||
<H1 marginVertical={30} fontWeight={900}>{ children }</H1>
|
||||
<H1 marginVertical={30} size="$3" fontWeight="900">{ children }</H1>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user