Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold authored and github-actions[bot] committed Nov 12, 2024
1 parent 24794b2 commit aff6a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Branding/SlideTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function applyToSlide(BaseSlide $slide): void
$slide->chartBackgroundColor($this->chartBackgroundColor);
}

if($this->chartAxisColor && $slide->chartAxisColor === null) {
if ($this->chartAxisColor && $slide->chartAxisColor === null) {
$slide->chartAxisColor($this->chartAxisColor);
}

Expand Down

0 comments on commit aff6a21

Please sign in to comment.