Skip to content

Commit d27214d

Browse files
authored
Merge pull request #8565 from ethereum/fix-pill-color
Fix `Pill` bg color
2 parents c138ff7 + b595d30 commit d27214d

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)