From 1a907ad63fcb4bde3518b7b889d583e61a17502a Mon Sep 17 00:00:00 2001 From: himaniraghav3 Date: Mon, 3 Mar 2025 22:16:28 +0530 Subject: [PATCH] fix-table-style --- src/libs/ui/lib/components/table/table-row/TableRow.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ui/lib/components/table/table-row/TableRow.module.scss b/src/libs/ui/lib/components/table/table-row/TableRow.module.scss index fbcaf25fd..1e680f415 100644 --- a/src/libs/ui/lib/components/table/table-row/TableRow.module.scss +++ b/src/libs/ui/lib/components/table/table-row/TableRow.module.scss @@ -1,7 +1,7 @@ @use '../../../styles/typography'; @import '../../../styles/includes'; -.container { +.tr { &.clickable { position: relative; cursor: pointer;