Skip to content

Commit

Permalink
header text size
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 9, 2023
1 parent 615643b commit a1c5509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/table/unlinkedNetworkTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const UnlinkedNetwork = () => {
key={header.id}
colSpan={header.colSpan}
scope="col"
className="bg-base-300/50 py-3 pl-4"
className="bg-base-300/50 py-2 pl-4 text-xs"
>
{header.isPlaceholder ? null : (
<div
Expand Down

0 comments on commit a1c5509

Please sign in to comment.