Skip to content

Commit 8dee0f8

Browse files
authored
fix(ui): Fix tag distribution meter bg color (#13532)
This component should inherit its background color, rather than be explicitly set to white.
1 parent a374728 commit 8dee0f8

File tree

1 file changed

+0
-1
lines changed
  • src/sentry/static/sentry/app/components/tagDistributionMeter

1 file changed

+0
-1
lines changed

src/sentry/static/sentry/app/components/tagDistributionMeter/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ const Segment = styled(Link, {shouldForwardProp: isPropValid})`
158158
`;
159159

160160
const Description = styled('span', {shouldForwardProp: isPropValid})`
161-
background-color: #fff;
162161
position: absolute;
163162
text-align: right;
164163
top: -1px;

0 commit comments

Comments
 (0)