Skip to content

Commit b595d30

Browse files
committed
fix bg color used in the Pill component
1 parent 8a31c7e commit b595d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Pill: React.FC<IProps> = ({
3333
</Flex>
3434
) : (
3535
<Flex
36-
backgroundColor={color ? color : "primary"}
36+
backgroundColor={color ? color : "primary100"}
3737
display="inline-block"
3838
color="black300"
3939
textTransform="uppercase"

0 commit comments

Comments
 (0)