Skip to content

Commit ec31c39

Browse files
committed
III-6961: format the first column as labels
1 parent 61325c7 commit ec31c39

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
@@ -343,6 +343,9 @@ const Preview = () => {
343343
columns={columns}
344344
data={tableData}
345345
css={`
346+
tbody tr td:nth-child(1) {
347+
font-weight: 600;
348+
}
346349
td strong,
347350
td b {
348351
font-weight: 700 !important;

0 commit comments

Comments
 (0)