Set default_color per TextArea

This commit is contained in:
Héctor Ramón Jiménez 2023-02-27 03:31:34 +01:00 committed by Josh Groves
parent 1dcb1735b4
commit 1f31586c55
3 changed files with 6 additions and 7 deletions

View file

@ -117,8 +117,8 @@ async fn run() {
right: 600,
bottom: 160,
},
default_color: Color::rgb(255, 255, 255),
}],
Color::rgb(255, 255, 255),
&mut cache,
)
.unwrap();