Skip to content

Commit

Permalink
Apply comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc authored and bartaz committed Mar 26, 2024
1 parent 37cb2a5 commit 46e0306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/_base_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
// stylelint-enable selector-max-type

%table-row-border {
border-top: 1px solid $colors--theme--border-low-contrast;
border-top: 1px solid $colors--theme--border-default;
}
}
4 changes: 2 additions & 2 deletions scss/_patterns_table-mobile-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

tr {
border: $border;
border: 1px solid $colors--theme--border-default;
display: block;
margin-bottom: $spv--x-large;
padding: 0 $sph--large;
Expand Down Expand Up @@ -64,7 +64,7 @@
}

&:not(:first-child)::after {
background-color: $colors--theme--border-low-contrast;
background-color: $colors--theme--border-default;
content: '';
height: 1px;
left: 0;
Expand Down

0 comments on commit 46e0306

Please sign in to comment.