Skip to content

Commit 2f573d4

Browse files
committed
fix: calendar meeting info table layout and color fix
Signed-off-by: karan-palan <karanpalan007@gmail.com>
1 parent 62470a4 commit 2f573d4

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)