Set default_color
per TextArea
This commit is contained in:
parent
1dcb1735b4
commit
1f31586c55
3 changed files with 6 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue