Skip to content

Commit

Permalink
Merge pull request #19 from yaroslawww/master
Browse files Browse the repository at this point in the history
Update Color.php
  • Loading branch information
timothyasp authored Jul 5, 2023
2 parents c51a5d2 + 436bca0 commit 54c7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function chrome()
}


public function compact()
public function compact(bool $compact = true)
{
return $this->pickerType('compact');
}
Expand Down

0 comments on commit 54c7676

Please sign in to comment.