Smaller font size for data table

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-03-07 17:44:45 +01:00
parent 124f36e670
commit 074b4eb36e

View file

@ -113,7 +113,7 @@ const DataTable: FC<TableProps> = ({ expr, evalTime, retriggerIdx }) => {
}}
styles={{ loader: { width: "100%", height: "100%" } }}
/>
<Table highlightOnHover>
<Table highlightOnHover fz="xs">
<Table.Tbody>
{resultType === "vector" ? (
limitSeries<InstantSample>(result).map((s, idx) => (