From 646fa3e7ccc083b4de63e98b175a43371c8bffb1 Mon Sep 17 00:00:00 2001 From: Andrew Izvarin Date: Thu, 12 Sep 2024 00:11:36 +0300 Subject: [PATCH] KB-64 fixed dashed line in time delimiters on iOS Safari --- src/components/timeDivider/timeDivider.style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/timeDivider/timeDivider.style.ts b/src/components/timeDivider/timeDivider.style.ts index 9147fc9..6776677 100644 --- a/src/components/timeDivider/timeDivider.style.ts +++ b/src/components/timeDivider/timeDivider.style.ts @@ -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%;