motion-prime/styles/base.rb in motion-prime-0.7.2 vs motion-prime/styles/base.rb in motion-prime-0.8.0
- old
+ new
@@ -58,8 +58,8 @@
background_tint_color: proc { :black.uicolor(0.05) },
progress: 0.25
style :spinner_message, mixins: [:multiline],
top: proc { screen.view.center.y + 38 }, left: 50, width: 220, text_alignment: :center,
- font: proc { MotionPrime::Config.font.name.uifont(18) },
+ font: proc { :app_base.uifont(18) },
line_spacing: 6
end