Skip to content

Commit

Permalink
style: added bottom border for Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragadesh-45 committed Sep 12, 2024
1 parent 9a57f38 commit 33fec10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bruno-app/src/components/Table/StyledWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const StyledWrapper = styled.div`
table th {
position: relative;
border-bottom: 1px solid ${(props) => props.theme.collection.environment.settings.gridBorder}77;
}
table tr td {
Expand Down

0 comments on commit 33fec10

Please sign in to comment.