align create playlist button

This commit is contained in:
Violet Caulfield
2025-02-10 21:45:09 -06:00
parent e5a882aca3
commit 81d1aa41a4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function H1({ children }: { children: string }): React.JSX.Element {
export function H2(props: TamaguiTextProps): React.JSX.Element {
return (
<TamaguiH2
fontWeight={900}
fontWeight={800}
marginVertical={7}
{...props}
>