Fix table formatting
This commit is contained in:
@ -92,7 +92,7 @@ func (p *ProjectPickerPage) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
}
|
||||
|
||||
func (p *ProjectPickerPage) View() string {
|
||||
return p.common.Styles.Main.Render(p.form.View())
|
||||
return p.common.Styles.Base.Render(p.form.View())
|
||||
}
|
||||
|
||||
func (p *ProjectPickerPage) updateProjectCmd() tea.Msg {
|
||||
|
||||
Reference in New Issue
Block a user