Skip to content

Commit 3f61453

Browse files
committed
:octocat:
1 parent 044a7b5 commit 3f61453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/svgWithLogoAndCustomShapes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected function set_svgLogoScale(float $svgLogoScale):void{
169169
// SVG logo options (see extended class below)
170170
$options->svgLogo = __DIR__.'/github.svg'; // logo from: https://github.com/simple-icons/simple-icons
171171
$options->svgLogoScale = 0.25;
172-
$options->svgLogoCssClass = 'dark';
172+
$options->svgLogoCssClass = 'qr-logo dark';
173173

174174
// QROptions
175175
$options->version = 5;
@@ -189,7 +189,7 @@ protected function set_svgLogoScale(float $svgLogoScale):void{
189189
</linearGradient>
190190
<style><![CDATA[
191191
.dark{fill: url(#gradient);}
192-
.light{fill: #eaeaea;}
192+
.qr-logo{fill: #424242;}
193193
]]></style>';
194194

195195

0 commit comments

Comments
 (0)