Skip to content

Commit d758989

Browse files
author
Hector Arce De Las Heras
committed
Improve line separator styles
1 parent 160debd commit d758989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/lineSeparator/lineSeparator.styled.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
export const LineSeparatorRootWrapperStyled = styled.div<ILineSeparatorLineStyled>`
1212
position: relative;
1313
width: 100%;
14+
${props => getStyles(props.styles.lineSeparatorRootWrapper)}
1415
&:before {
1516
content: '';
1617
position: absolute;

0 commit comments

Comments
 (0)