Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit da95e60

Browse files
feat(API) color index (#3070)
1 parent 9a3a4a7 commit da95e60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/ApiComponents/Components/Stability/index.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
}
1515

1616
&__level-0 {
17-
background-color: var(--danger6);
17+
background-color: var(--danger5);
1818
}
1919

2020
&__level-1 {
21-
background-color: var(--warning5);
21+
background-color: var(--warning4);
2222
}
2323

2424
&__level-2 {
25-
background-color: var(--brand6);
25+
background-color: var(--brand5);
2626
}
2727

2828
&__level-3 {
29-
background-color: var(--info7);
29+
background-color: var(--info5);
3030
}
3131
}

0 commit comments

Comments
 (0)