Skip to content

Commit 7462f89

Browse files
authored
Merge branch 'main' into feature/III-6983-add-price-unit
2 parents a53972b + 56f0ef5 commit 7462f89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/events/[eventId]/preview/Preview.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ const Preview = () => {
351351
columns={columns}
352352
data={tableData}
353353
css={`
354+
tbody tr td:nth-child(1) {
355+
font-weight: 600;
356+
}
354357
td strong,
355358
td b {
356359
font-weight: 700 !important;

0 commit comments

Comments
 (0)