Skip to content

Commit

Permalink
fix: update TableFooter to match design spec (#2969)
Browse files Browse the repository at this point in the history
* fix: remove unnecessary margin

* fix: change data-table-border value

---------

Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
  • Loading branch information
khudym and Kyrylo Hudym-Levkovych authored Dec 27, 2023
1 parent 3b3fa69 commit 52d7e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTable/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$data-table-background-color: $white !default;
$data-table-border: 1px solid $gray-200 !default;
$data-table-border: 2px solid $light-300 !default;
$data-table-box-shadow: $box-shadow-sm !default;
$data-table-padding-x: .75rem !default;
$data-table-padding-y: .75rem !default;
Expand Down
1 change: 1 addition & 0 deletions src/Pagination/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.pagination {
align-items: center;
margin: 0;

.dropdown {
z-index: 4;
Expand Down

0 comments on commit 52d7e6e

Please sign in to comment.