Skip to content

Commit

Permalink
Merge pull request #235 from kpi-ua/KB-64-iOS-Safari-Artifacts-on-tim…
Browse files Browse the repository at this point in the history
…e-delimiter-lines

KB-64 fixed dashed line in time delimiters on iOS Safari
  • Loading branch information
ernado-x authored Sep 11, 2024
2 parents b1ea7da + 646fa3e commit 7598f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/timeDivider/timeDivider.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export const TimeCell = styled.div`
export const Divider = styled.div`
border-top: 1px;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-style: dashed;
border-color: ${getValueFromTheme('brand600')};
width: 100%;
Expand Down

0 comments on commit 7598f8a

Please sign in to comment.