Skip to content

Commit c5addcc

Browse files
committed
removing error color from sayings
1 parent 7d18615 commit c5addcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Saying.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function __construct() {
9090
public function say() {
9191

9292
// set a color
93-
$colors = array("ok","options","info","warning","error");
93+
$colors = array("ok","options","info","warning");
9494
$randomNumber = rand(0,count($colors)-1);
9595
$color = (isset($colors[$randomNumber])) ? $colors[$randomNumber] : "desc";
9696

0 commit comments

Comments
 (0)