Skip to content

Commit

Permalink
Merge pull request #6254 from Karan-Palan/fix/calendar-layout-color
Browse files Browse the repository at this point in the history
fix: calendar meeting info table layout and color fix
  • Loading branch information
vishalvivekm authored Feb 25, 2025
2 parents d3f84dd + eb1c27d commit df373d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/MeetInfo-Table/MeetInfoTable.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const TableWrapper = styled.div`
margin-bottom: 1rem;
}
table {
border-spacing: 0;
border-spacing: 0.2;
width: 100%;
margin-bottom: 2rem;
Expand Down Expand Up @@ -52,10 +52,6 @@ export const TableWrapper = styled.div`
font-style: italic;
}
}
/* Highlight Community Calendar */
:nth-child(4) {
background: ${props => props.theme.greyFiveToBlueFive};
}
&:hover {
background-color: ${props => props.theme.grey323232ToGreenF3FFFD};
border-color: ${props => props.theme.shadowColor};
Expand Down

0 comments on commit df373d7

Please sign in to comment.