Remove duplicate ThemeColor defs
This commit is contained in:
parent
c9d214e8ef
commit
438cf529bb
4 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@ impl<S: 'static + Send + Sync> CollabPanel<S> {
|
|||
|
||||
fn render(&mut self, _view: &mut S, cx: &mut ViewContext<S>) -> impl Element<ViewState = S> {
|
||||
let color = ThemeColor::new(cx);
|
||||
let color = ThemeColor::new(cx);
|
||||
|
||||
v_stack()
|
||||
.id(self.id.clone())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue