Use the MID value for borders.

This commit is contained in:
Zed A. Shaw 2024-11-18 11:34:49 -05:00
parent 958c8545a7
commit 1a3bbaedda
2 changed files with 1 additions and 5 deletions

View file

@ -226,7 +226,7 @@ void SFMLRender::draw_text(Panel &panel, bool with_border) {
backing.setFillColor(sf::Color(0, 0, 0));
if(with_border) {
backing.setOutlineColor($default_fg);
backing.setOutlineColor(color(Value::MID));
backing.setOutlineThickness(border_px);
}