Skip to content

Commit

Permalink
Remove blink style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben9922 committed Apr 9, 2023
1 parent 31036c5 commit ab8a955
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,16 @@ var lightPlayerStyle = lipgloss.NewStyle().
Background(lipgloss.Color("#ffffff"))

var selectedDarkPlayerStyle = lipgloss.NewStyle().
Blink(true).
Underline(true).
Bold(true).
Foreground(lipgloss.Color("105")).
Background(lipgloss.Color("#000000"))

var selectedLightPlayerStyle = lipgloss.NewStyle().
Blink(true).
Foreground(lipgloss.Color("#000000")).
Background(lipgloss.Color("105"))

var selectedBlankStyle = lipgloss.NewStyle().
Blink(true).
Background(lipgloss.Color("105"))

var availablePointStyle = lipgloss.NewStyle().
Expand Down

0 comments on commit ab8a955

Please sign in to comment.