Fix prettier formatting drift

This commit is contained in:
thesn10
2026-07-03 13:23:59 +02:00
parent 20f6418ab2
commit 1b2f1ec0b4
3 changed files with 7 additions and 6 deletions

View File

@@ -9,7 +9,9 @@ interface PageContainerProps {
export function PageContainer({ children, className }: PageContainerProps): JSX.Element {
return (
<View className={twMerge("w-full self-center px-4 md:px-8 lg:max-w-[1320px] lg:px-12", className)}>
<View
className={twMerge("w-full self-center px-4 md:px-8 lg:max-w-[1320px] lg:px-12", className)}
>
{children}
</View>
);

View File

@@ -40,7 +40,7 @@
}
@theme {
--font-normal: 'DMSans_400Regular';
--font-medium: 'DMSans_500Medium';
--font-semibold: 'DMSans_600SemiBold';
--font-normal: "DMSans_400Regular";
--font-medium: "DMSans_500Medium";
--font-semibold: "DMSans_600SemiBold";
}

View File

@@ -1,2 +1 @@
export const MICRO_LABEL_CLASS =
"text-[11px] font-semibold uppercase tracking-wider text-subtle";
export const MICRO_LABEL_CLASS = "text-[11px] font-semibold uppercase tracking-wider text-subtle";