Skip to content

Commit

Permalink
fix: remove side borders from show SDK viewport (#162)
Browse files Browse the repository at this point in the history
* remove mouse wheel support from show sdk step

* add up/down to show sdk help view

* remove side borders
  • Loading branch information
k3llymariee authored Apr 10, 2024
1 parent 99015b1 commit d111c61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/quickstart/show_sdk_instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ func NewShowSDKInstructionsModel(

vp := viewport.New(viewportWidth, viewportHeight)
vp.Style = lipgloss.NewStyle().
BorderStyle(lipgloss.RoundedBorder()).
BorderStyle(lipgloss.ThickBorder()).
BorderForeground(lipgloss.Color("62")).
BorderTop(true).
BorderBottom(true).
PaddingRight(2)

h := help.New()
Expand Down

0 comments on commit d111c61

Please sign in to comment.