Skip to content

Commit

Permalink
Null gateway icon has been made gray
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent 462eee2 commit bb8b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/Gateways/NullGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function getName(): string

public static function svgIcon(): string
{
return '<svg viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>';
return '<svg viewBox="0 0 512 512"><path fill="#A3A3A3" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>';
}

public function createPaymentRequest(
Expand Down

0 comments on commit bb8b530

Please sign in to comment.