Allow tinting images grayscale

This commit is contained in:
Antonio Scandurra 2023-10-04 15:27:51 +02:00
parent 1816ab95a0
commit d385bc9cce
6 changed files with 20 additions and 5 deletions

View file

@ -1,7 +1,7 @@
use crate::theme::{theme, Theme};
use gpui3::{
div, img, svg, view, AppContext, ArcCow, Context, Element, IntoAnyElement, ParentElement,
ScrollState, SharedString, StyleHelpers, View, ViewContext, WindowContext,
div, img, svg, view, AppContext, Context, Element, IntoAnyElement, ParentElement, ScrollState,
SharedString, StyleHelpers, View, ViewContext, WindowContext,
};
pub struct CollabPanel {