From f9036b1dd98cd96e467e33939cf58140bbb86432 Mon Sep 17 00:00:00 2001 From: Miggy Eusebio <miggy.eusebio@gitkraken.com> Date: Thu, 4 Aug 2022 14:10:05 -0700 Subject: [PATCH] use codicon icons in graph --- src/webviews/apps/plus/graph/GraphWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 28e7b1f..905a5af 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -298,6 +298,7 @@ export function GraphWrapper({ graphRows={graphList} height={mainHeight} hasMoreCommits={logState?.hasMore} + iconPack='codicon' isLoadingRows={isLoading} nonce={nonce} onColumnResized={handleOnColumnResized}