Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 19, 2024
1 parent 5c0e6d0 commit 0722de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const HeaderText = ({ children }: { children: React.ReactNode }) => (
<span className="text-xs font-normal">{children}</span>
);
const CellText = ({ children }: { children: React.ReactNode }) => (
<span className="text-xs font-normal">{children}</span>
<span className="text-sm font-normal">{children}</span>
);

export const columns = (filters: z.infer<typeof filtersSchema>) => [
Expand Down

0 comments on commit 0722de1

Please sign in to comment.