mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-15 17:38:57 +08:00
Automatically fix style.
This commit is contained in:
committed by
Arthur Sonzogni
parent
d09996a6c7
commit
5291f660ca
@@ -6,7 +6,7 @@ namespace ftxui {
|
||||
|
||||
Element Button::Render() {
|
||||
if (Focused())
|
||||
return text(label) | border |inverted;
|
||||
return text(label) | border | inverted;
|
||||
else
|
||||
return text(label) | border;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user