Skip to content

Commit e657a4a

Browse files
committed
fix compare plans text
1 parent b5febeb commit e657a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/components/FileInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const FileInput: React.FC<FileInputProps> = ({
216216
width: previewIconSize,
217217
height: previewIconSize,
218218
}}
219-
className="flex overflow-hidden relative flex-shrink-0 justify-center items-center rounded-md"
219+
className="flex overflow-hidden relative flex-shrink-0 justify-center items-center rounded-full"
220220
>
221221
{previewUrl && (
222222
<Image

apps/web/components/pages/_components/ComparePlans.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export const ComparePlans = () => {
297297
};
298298
return (
299299
<div className="mx-auto w-full max-w-[1400px]">
300-
<h2 className="mb-6 text-center">Compare plans</h2>
300+
<h2 className="mb-6 text-4xl text-center text-gray-12">Compare plans</h2>
301301
<div className="overflow-x-auto w-full">
302302
<div className="overflow-hidden rounded-xl border min-w-fit border-gray-5">
303303
<table className="w-full text-left border-separate border-spacing-0 bg-gray-2">

0 commit comments

Comments
 (0)