Skip to content

Commit

Permalink
change default background color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed Sep 15, 2024
1 parent 0d36535 commit 8078abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gosub_renderer/src/draw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ where
rect: bg,
transform: None,
radius: None,
brush: Brush::color(Color::BLACK),
brush: Brush::color(Color::WHITE),
brush_transform: None,
border: None,
};
Expand Down

0 comments on commit 8078abe

Please sign in to comment.