Skip to content

Commit c921bd8

Browse files
committed
chore(data-table): update to use design token values
1 parent 7e2e14c commit c921bd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/DataTable/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ function TableTitle({as, children, id}: TableTitleProps) {
374374
id={id}
375375
sx={{
376376
color: 'fg.default',
377-
fontWeight: 600,
378-
fontSize: '0.875rem',
377+
fontWeight: 'bold',
378+
fontSize: 1,
379379
lineHeight: 'calc(20 / 14)',
380380
margin: 0,
381381
}}
@@ -410,9 +410,9 @@ function TableSubtitle({as, children, id}: TableSubtitleProps) {
410410
id={id}
411411
sx={{
412412
color: 'fg.default',
413-
fontWeight: 400,
414-
fontSize: '0.75rem',
415-
lineHeight: 'calc(18 / 12)',
413+
fontWeight: 'normal',
414+
fontSize: 0,
415+
lineHeight: 'default',
416416
margin: 0,
417417
}}
418418
>

0 commit comments

Comments
 (0)