Skip to content

Commit

Permalink
Merge pull request #1478 from aliraza556/Topic-badge-text
Browse files Browse the repository at this point in the history
Fixed(update-lable): Update Labels and Box Colors for High-Level Node Types in Graph
  • Loading branch information
Rassl authored May 23, 2024
2 parents 5c35f97 + f8d2a4c commit 47f204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/TypeBadge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const EpisodeWrapper = styled(Flex).attrs({
}
.badge__label {
color: ${({ label }) => (label === 'topic' ? colors.black : colors.white)};
color: ${({ label }) => (label.toLowerCase() === 'topic' ? colors.black : colors.white)};
font-family: Barlow;
font-size: 8px;
font-style: normal;
Expand Down

0 comments on commit 47f204b

Please sign in to comment.