Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Dec 7, 2023
1 parent 4e5d7fb commit dd2e58c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report-viewer/src/utils/ColorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const graphColors = {
contentBorder: 'rgb(127, 15, 24)',
pointFill: `rgba(${graphRGB.red}, ${graphRGB.green}, ${graphRGB.blue}, 1)`,
additionalLine: computed(() => {
const alpha = 0.3
return store().uiState.useDarkMode ? `rgba(200, 200, 200, 0.3)` : `rgba(0, 0, 0, 0.5)`
}),
contentFillAlpha(alpha: number) {
Expand Down

0 comments on commit dd2e58c

Please sign in to comment.