File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments