diff --git a/ui/views/splash/splash.go b/ui/views/splash/splash.go index 06d0d5e..866152e 100644 --- a/ui/views/splash/splash.go +++ b/ui/views/splash/splash.go @@ -59,7 +59,7 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { m.ctx.Screen[1], m.ctx.Screen[0], color.Transparent, - ansimage.ScaleModeResize, + ansimage.ScaleModeFill, ansimage.NoDithering, ) if err != nil {