Skip to content

Commit 6ad2880

Browse files
Merge branch 'main' into radar_chart_tooltip
2 parents 5e09363 + d3847c6 commit 6ad2880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/assets-library/assets/styles/_color-palette.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ $color-health-unknown: $gray-7;
100100
// Risk
101101
$color-risk-critical: $purple-6;
102102
$color-risk-high: $red-5;
103-
$color-risk-medium: $brown-1;
104-
$color-risk-low: $gray-6;
103+
$color-risk-medium: $orange-4;
104+
$color-risk-low: $yellow-4;
105105

106106
// Status
107107
$color-status-success: $green-2;

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
}
8585

8686
.expanded {
87-
width: 236px;
87+
width: 244px;
8888
}

0 commit comments

Comments
 (0)