Skip to content

Commit

Permalink
docs: added missing feedback colors (#854)
Browse files Browse the repository at this point in the history
Update feedback.listitems.json
  • Loading branch information
mfranzke authored Jun 20, 2024
1 parent 23d4e1f commit 3fee73f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/_patterns/00-base/colors/feedback.listitems.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"name": "DB Error",
"hex": "#EC0016",
"scssvariable": "$db-color-error: $db-color-red-500"
},
{
"name": "DB Informative",
"hex": "#0087b9",
"scssvariable": "$db-color-error: $db-color-cyan-600"
},
{
"name": "DB Warning",
"hex": "#f75f00",
"scssvariable": "$db-color-error: $db-color-yellow-900"
}
]
}

0 comments on commit 3fee73f

Please sign in to comment.