start with upgdrade (broken right now)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package style
|
||||
|
||||
import (
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
"charm.land/lipgloss/v2"
|
||||
)
|
||||
|
||||
// Color palette
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
package style
|
||||
|
||||
import (
|
||||
"github.com/charmbracelet/huh"
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
"charm.land/huh/v2"
|
||||
"charm.land/lipgloss/v2"
|
||||
)
|
||||
|
||||
func HuhCenterTheme() *huh.Theme {
|
||||
theme := huh.ThemeBase16()
|
||||
func HuhCenterTheme() *huh.Styles {
|
||||
theme := huh.ThemeBase16(true)
|
||||
|
||||
theme.Focused.Base = lipgloss.NewStyle().Align(lipgloss.Center)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user