diff --git a/src/theming.jl b/src/theming.jl index 7d58f51a994..e181e4681ef 100644 --- a/src/theming.jl +++ b/src/theming.jl @@ -55,8 +55,8 @@ const MAKIE_DEFAULT_THEME = Attributes( patchstrokewidth = 0, resolution = (800, 600), # 4/3 aspect ratio visible = true, - axis = Attributes(), - axis3d = Attributes(), + Axis = Attributes(), + Axis3 = Attributes(), legend = Attributes(), axis_type = automatic, camera = automatic,