Skip to content

Commit

Permalink
Fix Table pad (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea authored Mar 21, 2024
1 parent e5bef6b commit ecb07cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/themes/hpe.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ export const hpe = deepFreeze({
color: 'background-contrast',
},
},
pad: { horizontal: 'small', vertical: 'xsmall' },
units: {
color: 'text-weak',
},
Expand Down Expand Up @@ -1515,8 +1514,6 @@ export const hpe = deepFreeze({
justify-content: center;
}
`,
// space for focus indicator on sortable columns
pad: { left: 'none', vertical: 'none', right: 'xxsmall' },
},
body: {
extend: ({ theme }) =>
Expand Down

0 comments on commit ecb07cc

Please sign in to comment.