Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 6, 2024
1 parent da81026 commit 53b5687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn item_heading_with_breadcrumbs(
let previous_style = ui.style().clone();
// Dimmer colors for breadcrumbs
let visuals = ui.visuals_mut();
visuals.widgets.inactive.fg_stroke.color = egui::hex_color!("#6A8CD0");
visuals.widgets.inactive.fg_stroke.color = egui::hex_color!("#6A8CD0"); // TODO(#3133): use design tokens
item_bread_crumbs_ui(ctx, viewport, ui, item);
ui.set_style(previous_style);
}
Expand Down

0 comments on commit 53b5687

Please sign in to comment.