diff --git a/.changeset/fix-table-font-size.md b/.changeset/fix-table-font-size.md new file mode 100644 index 0000000000..02abfb6695 --- /dev/null +++ b/.changeset/fix-table-font-size.md @@ -0,0 +1,5 @@ +--- +"@cloudflare/kumo": patch +--- + +Fix Table body cells rendering at 16px. The Table root now sets text-base (14px) so cells match Kumo's default body font-size instead of inheriting the browser default. Also replaces an arbitrary text-[14px] in Empty with text-base. diff --git a/packages/kumo/src/components/empty/empty.tsx b/packages/kumo/src/components/empty/empty.tsx index 0f9bbce6f9..be4388877c 100644 --- a/packages/kumo/src/components/empty/empty.tsx +++ b/packages/kumo/src/components/empty/empty.tsx @@ -113,7 +113,7 @@ export function Empty({ )} > $ - + {commandLine}