diff --git a/packages/pancake-uikit/src/components/Tag/StyledTag.tsx b/packages/pancake-uikit/src/components/Tag/StyledTag.tsx index 580ce804b..7d9813412 100644 --- a/packages/pancake-uikit/src/components/Tag/StyledTag.tsx +++ b/packages/pancake-uikit/src/components/Tag/StyledTag.tsx @@ -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}; `; }