Skip to content

Commit 85b967b

Browse files
committed
adjust table prices styles
1 parent e9dff25 commit 85b967b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/src/modules/home/latest-data.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ export default function HomeLatestPricesData(props: {
6565
</TableRow>
6666
{item.classes.map((cls) => (
6767
<TableRow key={cls.id}>
68-
<TableCell className="pl-8">
68+
<TableCell className="pl-8 text-base py-3">
6969
<Tooltip>
7070
<TooltipTrigger asChild>
7171
<Link
7272
href={`/${props.tradingCenter}/prices/${item.parentId}/${cls.id}`}
73-
className="space-x-2 hover:underline hover:text-primary text-base"
73+
className="space-x-2 hover:underline hover:text-primary"
7474
target="_blank"
7575
rel="noopener noreferrer"
7676
>
@@ -82,7 +82,7 @@ export default function HomeLatestPricesData(props: {
8282
<TooltipContent>View more price details</TooltipContent>
8383
</Tooltip>
8484
</TableCell>
85-
<TableCell>
85+
<TableCell className="text-base py-3">
8686
<PesoSign />
8787
{cls.price[0]} - <PesoSign />
8888
{cls.price[1] ?? [cls.price[0]]}

0 commit comments

Comments
 (0)