fix: use lipgloss std defaults

This commit is contained in:
Ayman Bagabas 2024-05-13 13:32:13 -04:00
commit 3104f60786
No known key found for this signature in database
GPG key ID: C8D51D2157C919AC

View file

@ -15,6 +15,7 @@ import (
"github.com/charmbracelet/glamour"
"github.com/charmbracelet/glow/ui"
"github.com/charmbracelet/glow/utils"
_ "github.com/charmbracelet/lipgloss/defaults" // Use std input defaults for lipgloss
"github.com/meowgorithm/babyenv"
gap "github.com/muesli/go-app-paths"
"github.com/spf13/cobra"