Fix prettier formatting drift
This commit is contained in:
@@ -9,7 +9,9 @@ interface PageContainerProps {
|
|||||||
|
|
||||||
export function PageContainer({ children, className }: PageContainerProps): JSX.Element {
|
export function PageContainer({ children, className }: PageContainerProps): JSX.Element {
|
||||||
return (
|
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}
|
{children}
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-normal: 'DMSans_400Regular';
|
--font-normal: "DMSans_400Regular";
|
||||||
--font-medium: 'DMSans_500Medium';
|
--font-medium: "DMSans_500Medium";
|
||||||
--font-semibold: 'DMSans_600SemiBold';
|
--font-semibold: "DMSans_600SemiBold";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
export const MICRO_LABEL_CLASS =
|
export const MICRO_LABEL_CLASS = "text-[11px] font-semibold uppercase tracking-wider text-subtle";
|
||||||
"text-[11px] font-semibold uppercase tracking-wider text-subtle";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user