|
Hi, Beginner question, I'm using that MultiSelect. How to remove that first ┃ > • 30 Nov 2021 | Text`Becomes this: > • 30 Nov 2021 | Text`I'm trying to create a custom theme like this, but I can't find the part that sets this. |
Answered by
soundstep
Sep 19, 2024
Replies: 1 comment 3 replies
|
Fund it I think: t := huh.ThemeBase()
t.Focused.Base = lipgloss.NewStyle().PaddingLeft(0).BorderStyle(lipgloss.HiddenBorder()).BorderLeft(false) |
3 replies
Answer selected by
bashbunni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fund it I think: