Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/components/FileInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const FileInput: React.FC<FileInputProps> = ({
width: previewIconSize,
height: previewIconSize,
}}
className="flex overflow-hidden relative flex-shrink-0 justify-center items-center rounded-md"
className="flex overflow-hidden relative flex-shrink-0 justify-center items-center rounded-full"
>
{previewUrl && (
<Image
Expand Down
2 changes: 1 addition & 1 deletion apps/web/components/pages/_components/ComparePlans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export const ComparePlans = () => {
};
return (
<div className="mx-auto w-full max-w-[1400px]">
<h2 className="mb-6 text-center">Compare plans</h2>
<h2 className="mb-6 text-4xl text-center text-gray-12">Compare plans</h2>
<div className="overflow-x-auto w-full">
<div className="overflow-hidden rounded-xl border min-w-fit border-gray-5">
<table className="w-full text-left border-separate border-spacing-0 bg-gray-2">
Expand Down