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 cfc8db0 commit c25ad24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,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 c25ad24

Please sign in to comment.