Skip to content

Commit

Permalink
70% opacity for the bluepill
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 6, 2024
1 parent 0f9b14e commit 7b15fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/viewer/re_viewer_context/src/drag_and_drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ pub fn drag_and_drop_payload_cursor_ui(ui: &mut egui::Ui) {
);
let response = ui
.scope_builder(egui::UiBuilder::new().layer_id(layer_id), |ui| {
ui.set_opacity(0.7);

drag_pill_frame(matches!(
payload.as_ref(),
&DragAndDropPayload::Invalid { .. }
Expand Down

0 comments on commit 7b15fed

Please sign in to comment.