We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d39a9 commit c518b3fCopy full SHA for c518b3f
src/components/ui/Table.tsx
@@ -172,7 +172,7 @@ const TableCaption = React.forwardRef<
172
>(({ className, ...props }, ref) => (
173
<caption
174
ref={ref}
175
- className={cn("text-muted-foreground mt-4 text-sm", className)}
+ className={cn("mt-4 text-sm text-body-medium", className)}
176
{...props}
177
/>
178
))
src/pages/gas.tsx
@@ -319,7 +319,7 @@ const GasPage = () => {
319
</p>
320
</div>
321
<Table className="min-w-[auto] max-w-full">
322
- <TableCaption className="text-sm">
+ <TableCaption className="caption-bottom">
323
<Translation id="page-gas:page-gas-table-figure" />
324
</TableCaption>
325
<TableHeader>
0 commit comments