Skip to content

Commit

Permalink
Allow copying axis color
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Nov 12, 2024
1 parent aff6a21 commit 639da4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Branding/SlideTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function copyFromTheme(self $theme): self
$this->backgroundColor = $theme->backgroundColor;
$this->backgroundImage = $theme->backgroundImage;
$this->chartBackgroundColor = $theme->chartBackgroundColor;
$this->chartAxisColor = $theme->chartAxisColor;
$this->textColor = $theme->textColor;
$this->logo = $theme->logo;
$this->logoDimensions = $theme->logoDimensions;
Expand Down

0 comments on commit 639da4c

Please sign in to comment.