feat: connect to github step
This commit is contained in:
@@ -26,10 +26,9 @@ macro_rules! define_font_icons {
|
||||
};
|
||||
}
|
||||
|
||||
define_font_icons!(ChevronDown, FolderGit, Github);
|
||||
define_font_icons!(Check, ChevronDown, FolderGit, Github);
|
||||
|
||||
pub fn font_icon<T>(icon: FontIcon, cx: &gpui::Context<T>) -> gpui::Svg {
|
||||
let theme = cx.global::<app::Global>().current_theme;
|
||||
println!("{}", icon_path(icon));
|
||||
svg().path(icon_path(icon)).text_color(theme.colors.text)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user