Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 9, 2025
1 parent 0f5fe27 commit 622154b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const VerticalSeparator = styled.div`
:before {
content: '';
height: 100%;
border-left: 1px solid ${(props) => props.theme.euiTheme.border.thin};
border-left: ${(props) => props.theme.euiTheme.border.thin};
}
`;

Expand Down

0 comments on commit 622154b

Please sign in to comment.