Skip to content

Commit df373d7

Browse files
author
Vivek Vishal
authored
Merge pull request #6254 from Karan-Palan/fix/calendar-layout-color
fix: calendar meeting info table layout and color fix
2 parents d3f84dd + eb1c27d commit df373d7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/MeetInfo-Table/MeetInfoTable.style.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const TableWrapper = styled.div`
77
margin-bottom: 1rem;
88
}
99
table {
10-
border-spacing: 0;
10+
border-spacing: 0.2;
1111
width: 100%;
1212
margin-bottom: 2rem;
1313
@@ -52,10 +52,6 @@ export const TableWrapper = styled.div`
5252
font-style: italic;
5353
}
5454
}
55-
/* Highlight Community Calendar */
56-
:nth-child(4) {
57-
background: ${props => props.theme.greyFiveToBlueFive};
58-
}
5955
&:hover {
6056
background-color: ${props => props.theme.grey323232ToGreenF3FFFD};
6157
border-color: ${props => props.theme.shadowColor};

0 commit comments

Comments
 (0)