Skip to content

Commit

Permalink
Separator component
Browse files Browse the repository at this point in the history
fix separator color on stack

Remove Separator component
  • Loading branch information
hervedombya committed Feb 13, 2024
1 parent 83f9111 commit a24ca67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/spacing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const spacing = {
const HSeparator = styled.div`
min-height: ${spacing.r40};
min-width: ${spacing.r2};
background: ${(props) => props.theme.backgroundLevel1};
background: ${(props) => props.theme.border};
`;

const VSeparator = styled.div`
Expand Down

0 comments on commit a24ca67

Please sign in to comment.