Skip to content

Commit

Permalink
Remove a lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Sep 2, 2022
1 parent d52fc1a commit 8d43585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestExport(t *testing.T) {
Bold(true).
Align(lipgloss.Center).
Foreground(lipgloss.Color("#FAFAFA")).
Background(lipgloss.AdaptiveColor{"#7D56F4", "#112233"}).
Background(lipgloss.AdaptiveColor{Light: "#7D56F4", Dark: "#112233"}).
BorderTopForeground(lipgloss.Color("12")).
BorderStyle(lipgloss.RoundedBorder()).
PaddingTop(2).
Expand Down

0 comments on commit 8d43585

Please sign in to comment.