Skip to content

Commit e325340

Browse files
leeandherandrewshie-sentry
authored andcommitted
chore(ui): Increase contrast on issues chart (#95349)
Before: <img width="1006" height="112" alt="image" src="https://github.com/user-attachments/assets/5af095d1-6811-4877-91b3-d9e7bcffe320" /> After: <img width="535" height="122" alt="image" src="https://github.com/user-attachments/assets/034e525f-ac38-435c-bf6c-7812ff611126" /> Before UI2: <img width="802" height="108" alt="image" src="https://github.com/user-attachments/assets/47709268-9170-41d7-904e-6e33027d03ce" /> After UI2: <img width="482" height="108" alt="image" src="https://github.com/user-attachments/assets/75be04fa-701a-44c7-8aa2-35f69bc0f026" />
1 parent 09cf416 commit e325340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/app/views/issueDetails/streamline/eventGraph.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export function EventGraph({
377377
itemStyle: {
378378
borderRadius: [2, 2, 0, 0],
379379
borderColor: theme.translucentGray200,
380-
color: theme.purple200,
380+
color: isUnfilteredStatsEnabled ? theme.purple300 : translucentGray300,
381381
},
382382
data: userSeries,
383383
animation: false,
@@ -403,7 +403,7 @@ export function EventGraph({
403403
itemStyle: {
404404
borderRadius: [2, 2, 0, 0],
405405
borderColor: theme.translucentGray200,
406-
color: isUnfilteredStatsEnabled ? theme.purple200 : translucentGray300,
406+
color: isUnfilteredStatsEnabled ? theme.purple300 : translucentGray300,
407407
},
408408
data: eventSeries,
409409
animation: false,

0 commit comments

Comments
 (0)