Skip to content

Commit

Permalink
JITM: update woo color (#33491)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Iwanow <4765119+mcliwanow@users.noreply.github.com>
  • Loading branch information
jeherve and mcliwanow authored Oct 6, 2023
1 parent d819367 commit 5f495b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/packages/jitm/changelog/update-jitm-woo-color
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update color of WooCommerce logo
2 changes: 1 addition & 1 deletion projects/packages/jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function generate_icon( $content_icon, $full_jp_logo_exists ) {
.st0{clip-path:url(#SVGID_2_);enable-background:new ;}
.st1{clip-path:url(#SVGID_4_);}
.st2{clip-path:url(#SVGID_6_);}
.st3{clip-path:url(#SVGID_8_);fill:#8F567F;}
.st3{clip-path:url(#SVGID_8_);fill:#7F54B3;}
.st4{clip-path:url(#SVGID_10_);fill:#FFFFFE;}
.st5{clip-path:url(#SVGID_12_);fill:#FFFFFE;}
.st6{clip-path:url(#SVGID_14_);fill:#FFFFFE;}
Expand Down

0 comments on commit 5f495b7

Please sign in to comment.