We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86bd38 commit 065b1b5Copy full SHA for 065b1b5
src/MenuStyle.php
@@ -257,7 +257,7 @@ public function setFg($fg, string $fallback = null) : self
257
{
258
$this->fg = ColourUtil::validateColour(
259
$this->terminal,
260
- $colour,
+ $fg,
261
$fallback
262
);
263
$this->generateColoursSetCode();
@@ -274,7 +274,7 @@ public function setBg($bg, string $fallback = null) : self
274
275
$this->bg = ColourUtil::validateColour(
276
277
+ $bg,
278
279
280
0 commit comments