Skip to content

Commit 7de4660

Browse files
doralchanDora Chan
andauthored
darken text (#22044)
Co-authored-by: Dora Chan <[email protected]>
1 parent a5c4daa commit 7de4660

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

src/sentry/static/sentry/app/components/charts/breakdownBars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const Label = styled('span')`
6363

6464
const Bar = styled('div')`
6565
border-radius: 2px;
66-
background-color: ${p => p.theme.gray200};
66+
background-color: ${p => p.theme.gray100};
6767
position: absolute;
6868
top: 0;
6969
left: 0;

src/sentry/static/sentry/app/components/events/eventMetadata.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const MetaDataID = styled('div')`
6262
const MetadataContainer = styled('div')`
6363
display: flex;
6464
justify-content: space-between;
65-
color: ${p => p.theme.subText};
6665
font-size: ${p => p.theme.fontSizeMedium};
6766
`;
6867

src/sentry/static/sentry/app/components/events/opsBreakdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ class OpsBreakdown extends React.Component<Props> {
258258
}
259259

260260
const StyledBreakdown = styled('div')`
261-
color: ${p => p.theme.subText};
262261
font-size: ${p => p.theme.fontSizeMedium};
263262
margin-bottom: ${space(4)};
264263
`;

src/sentry/static/sentry/app/components/events/realUserMonitoring.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ const Measurements = styled('div')`
133133
`;
134134

135135
const Container = styled('div')`
136-
color: ${p => p.theme.subText};
137136
font-size: ${p => p.theme.fontSizeMedium};
138137
margin-bottom: ${space(4)};
139138
`;

src/sentry/static/sentry/app/components/tagsTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const StyledTr = styled('tr')`
8282
`;
8383

8484
const TagKey = styled('td')`
85-
color: ${p => p.theme.subText};
8685
padding: ${space(0.5)} ${space(1)};
8786
font-size: ${p => p.theme.fontSizeMedium};
8887
white-space: nowrap;

0 commit comments

Comments
 (0)