Skip to content

Commit

Permalink
fix(Checkbox cell of Table component is not centered): vertically cen…
Browse files Browse the repository at this point in the history
…ter table checkbox cell
  • Loading branch information
Dexson-Dsouza committed Nov 21, 2023
1 parent bcd7445 commit 832c86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/brown-seals-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions packages/theme/src/components/native-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const NativeTable: ComponentMultiStyle = {
w: "100%",
},
table: {
h: "100%",
w: "100%",
fontVariantNumeric: "lining-nums tabular-nums",
borderCollapse: "collapse",
Expand Down

0 comments on commit 832c86e

Please sign in to comment.