Skip to content

Commit

Permalink
Fix close button color
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Oct 5, 2023
1 parent bbfa765 commit 37a7fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/image/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function block_core_image_render_lightbox( $block_content, $block ) {
data-wp-on--mousewheel="actions.core.image.hideLightbox"
data-wp-on--click="actions.core.image.hideLightbox"
>
<button type="button" aria-label="$close_button_label" style="color: $close_button_color" class="close-button" data-wp-on--click="actions.core.image.hideLightbox">
<button type="button" aria-label="$close_button_label" style="fill: $close_button_color" class="close-button" data-wp-on--click="actions.core.image.hideLightbox">
$close_button_icon
</button>
<div class="lightbox-image-container">$initial_image_content</div>
Expand Down

0 comments on commit 37a7fda

Please sign in to comment.