Skip to content

Commit 16d81e9

Browse files
committed
fix(ui): fix commit ui
fix commit ui Signed-off-by: mritd <[email protected]>
1 parent ea9468f commit 16d81e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_spinner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717

1818
commitBorderStyle = commitTextStyle.Copy().
1919
Border(lipgloss.RoundedBorder()).
20-
BorderBottomBackground(lipgloss.Color("#25A065")).
20+
BorderForeground(lipgloss.Color("#25A065")).
2121
Padding(1, 2, 1, 2)
2222
)
2323

0 commit comments

Comments
 (0)