We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e674d4 commit 0008378Copy full SHA for 0008378
1 file changed
gui/src/wormhole/app.rs
@@ -101,7 +101,7 @@ impl AppState for State {
101
102
if let Some(mut pipeline) = self.board_widget.pipeline() {
103
pipeline.set_rotation(self.rotation);
104
- pipeline.set_fill_colour(ui.visuals().code_bg_color);
+ pipeline.set_fill_colour(ui.visuals().extreme_bg_color);
105
pipeline.set_selected(&board::Pos::new(self.selected_pos));
106
}
107
0 commit comments