Skip to content

Commit

Permalink
fix: Consistent font for Colorbar
Browse files Browse the repository at this point in the history
The colorbar does not have the font set.  Set it the same way as for
other plot elements fonts.
  • Loading branch information
musoke committed May 7, 2024
1 parent 635b59d commit c825e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/to_makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function MakieCore.Theme(
titlefont = setting.font,
labelfont = setting.font,
),
Colorbar = (
labelfont = setting.font,
ticklabelfont = setting.font,
)
),
theme,
)
Expand Down

0 comments on commit c825e50

Please sign in to comment.