Remove duplicate ThemeColor defs

This commit is contained in:
Nate Butler 2023-10-23 11:00:45 -04:00
parent c9d214e8ef
commit 438cf529bb
4 changed files with 0 additions and 4 deletions

View file

@ -36,7 +36,6 @@ impl<S: 'static + Send + Sync> Breadcrumb<S> {
cx: &mut ViewContext<S>,
) -> impl Element<ViewState = S> {
let color = ThemeColor::new(cx);
let color = ThemeColor::new(cx);
let symbols_len = self.symbols.len();