Skip to content

Commit 3fee73f

Browse files
authored
docs: added missing feedback colors (#854)
Update feedback.listitems.json
1 parent 23d4e1f commit 3fee73f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/_patterns/00-base/colors/feedback.listitems.json

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"name": "DB Error",
1010
"hex": "#EC0016",
1111
"scssvariable": "$db-color-error: $db-color-red-500"
12+
},
13+
{
14+
"name": "DB Informative",
15+
"hex": "#0087b9",
16+
"scssvariable": "$db-color-error: $db-color-cyan-600"
17+
},
18+
{
19+
"name": "DB Warning",
20+
"hex": "#f75f00",
21+
"scssvariable": "$db-color-error: $db-color-yellow-900"
1222
}
1323
]
1424
}

0 commit comments

Comments
 (0)