Skip to content

Commit 6d1f1e8

Browse files
Fix v-chip colors
1 parent d443ed6 commit 6d1f1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/server/vue-cli/src/composables/useBugPathLenColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function useBugPathLenColor() {
1111
// This value says that bug path length with this value and above are
1212
// difficult to understand. The background color of these bug path
1313
// lengths will be red.
14-
return generateRedGreenGradientColor(length, limit, 0.5);
14+
return generateRedGreenGradientColor(length, limit, 1);
1515
};
1616

1717
return { getBugPathLenColor };

0 commit comments

Comments
 (0)