Skip to content

Commit

Permalink
fix(suite): #10877 timerange dropdown border
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Feb 14, 2024
1 parent 094b11f commit 1553e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Timerange/Timerange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ const StyledTimerange = styled.div`
flex-direction: column;
background: ${({ theme }) => theme.backgroundSurfaceElevation1};
border-radius: ${borders.radii.sm};
margin: -${spacingsPx.sm};
${mediaQueries.dark_theme} {
border: 1px solid ${({ theme }) => theme.borderOnElevation0};
Expand Down Expand Up @@ -466,7 +467,6 @@ const Calendar = styled.div`
.rdrDateDisplayItem {
border-radius: ${borders.radii.xxs};
background-color: transparent;
border: 1px solid ${({ theme }) => theme.borderOnElevation1};
}
.rdrDateDisplayItem input {
Expand Down

0 comments on commit 1553e92

Please sign in to comment.