Skip to content

Commit

Permalink
style: Remove transparent background from outline variant (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev authored Aug 23, 2021
1 parent 2197ed5 commit 581689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pancake-uikit/src/components/Tag/StyledTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getOutlineStyles = ({ outline, theme, variant: variantKey = variants.PRIMA

return `
color: ${color};
background: transparent;
background: ${theme.colors.background};
border: 2px solid ${color};
`;
}
Expand Down

0 comments on commit 581689c

Please sign in to comment.