Skip to content

Commit

Permalink
fix warning color
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmassa committed May 5, 2023
1 parent 6b692ab commit 1b844c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/massa-station-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
// states:
"s-success": colorGreen,
"s-error": colorError,
"-warning": colorWarning,
"s-warning": colorWarning,
"s-info": colorDarkGrey,
// components:
"c-default": colorWhite,
Expand Down

0 comments on commit 1b844c4

Please sign in to comment.