mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
style: added bottom border for Table
component (#3078)
This commit is contained in:
parent
9a57f3870f
commit
776866b3b4
@ -27,6 +27,7 @@ const StyledWrapper = styled.div`
|
|||||||
|
|
||||||
table th {
|
table th {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: 1px solid ${(props) => props.theme.collection.environment.settings.gridBorder}77;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr td {
|
table tr td {
|
||||||
|
Loading…
Reference in New Issue
Block a user