Skip to content

Commit

Permalink
fix(border): GetBorderRightSize (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Oct 5, 2023
1 parent 18166ea commit 2d2a577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func (s Style) GetBorderRightSize() int {
if !s.getAsBool(borderRightKey, false) {
return 0
}
return s.getBorderStyle().GetBottomSize()
return s.getBorderStyle().GetRightSize()
}

// GetHorizontalBorderSize returns the width of the horizontal borders. If
Expand Down

0 comments on commit 2d2a577

Please sign in to comment.