Skip to content

Commit

Permalink
Revert label background color to that in 0.19 (#8337)
Browse files Browse the repository at this point in the history
### Related

* Closes #8175
  • Loading branch information
emilk authored Dec 6, 2024
1 parent 2cfe825 commit d8fab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_space_view_spatial/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ pub fn create_labels(
if is_error {
parent_ui.error_label_background_color()
} else {
parent_ui.style().visuals.panel_fill
parent_ui.style().visuals.widgets.inactive.bg_fill
}
}
SelectionHighlight::SiblingSelection => {
Expand Down

0 comments on commit d8fab9b

Please sign in to comment.