optimize tui interface and interaction
This commit is contained in:
@@ -41,8 +41,6 @@ var normalButton = lipgloss.NewStyle().
|
||||
Foreground(lipgloss.Color("#666666")) // 深灰色,更暗
|
||||
|
||||
var selectedButton = lipgloss.NewStyle().
|
||||
Padding(0, 2).
|
||||
Foreground(lipgloss.Color("#3d4747ff")). // 亮绿色
|
||||
Bold(true)
|
||||
|
||||
// 输入框样式
|
||||
|
||||
Reference in New Issue
Block a user