Skip to content

Commit

Permalink
fix: styles in Table component when variant is listview (nexxtway#2056)
Browse files Browse the repository at this point in the history
fix: nexxtway#2055

Co-authored-by: Tahimi <tahimileon@gmail.com>
  • Loading branch information
2 people authored and jpetaux committed Jun 4, 2021
1 parent e93383a commit 78ae7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/body/styled/cellContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const StyledCellContainer = attachThemeAttrs(styled.td)`
}
:last-child {
border-right: 1px solid ${props.palette.border.divider};
border-right-style: solid;
border-bottom-right-radius: 12px;
border-top-right-radius: 12px;
Expand Down

0 comments on commit 78ae7ee

Please sign in to comment.