Skip to content

Commit

Permalink
refactor(component-library): replace rem values with spacing tokens i…
Browse files Browse the repository at this point in the history
…n data table
  • Loading branch information
Haberkamp committed Jan 8, 2025
1 parent bf77658 commit 160eaad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ $tableCellPadding: $tableCellPaddingTop $tableCellPaddingRight $tableCellPadding
display: flex;
align-items: center;
gap: var(--scale-size-8);
padding: 1.25rem 1.5rem 1rem 1.5rem;
padding: var(--scale-size-20) var(--scale-size-24) var(--scale-size-16) var(--scale-size-24);
&:empty {
display: none;
Expand Down

0 comments on commit 160eaad

Please sign in to comment.