fix: Corrected border shorthand functions explanation (#237)

This commit is contained in:
Reid Mason 2023-10-21 00:52:10 +01:00 committed by GitHub
parent b0605d31b2
commit 49671292f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ pattern to the margin and padding shorthand functions.
lipgloss.NewStyle().
Border(lipgloss.ThickBorder(), true, false)
// Add a thick border to the right and bottom sides. Rules are set clockwise
// Add a double border to the top and left sides. Rules are set clockwise
// from top.
lipgloss.NewStyle().
Border(lipgloss.DoubleBorder(), true, false, false, true)