Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Mar 10, 2023
1 parent 5703748 commit 04a2825
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export const Pill = styled.div`
export const SectionName = styled.span`
${({ theme }) => css`
font-weight: ${theme.typography.weights.bold};
// & > * {
// margin-right: ${theme.gridUnit}px;
// }
`}
`;
export const FilterName = styled.span`
Expand Down Expand Up @@ -127,7 +124,7 @@ export const FilterValue = styled.span`
export const Separator = styled.div`
${({ theme }) => css`
width: 100%;
height: 2px;
height: 1px;
background-color: ${theme.colors.grayscale.light1};
margin: ${theme.gridUnit * 4}px 0;
`}
Expand Down

0 comments on commit 04a2825

Please sign in to comment.