From 2b94956182aeef36aa5d39f17ca99a731bad3861 Mon Sep 17 00:00:00 2001 From: Pavel Laptev Date: Wed, 3 Jan 2024 17:15:34 +0100 Subject: [PATCH] style: remove unnecessary fill attribute from SVG paths and their colors updated --- .../[projectId]/navigation/BranchIcon.svelte | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gitbutler-ui/src/routes/[projectId]/navigation/BranchIcon.svelte b/gitbutler-ui/src/routes/[projectId]/navigation/BranchIcon.svelte index 5ab4ea400..604ee5023 100644 --- a/gitbutler-ui/src/routes/[projectId]/navigation/BranchIcon.svelte +++ b/gitbutler-ui/src/routes/[projectId]/navigation/BranchIcon.svelte @@ -14,10 +14,9 @@ > {#if name == 'virtual-branch'} - + {/if} @@ -25,7 +24,6 @@ {/if} @@ -33,30 +31,27 @@ - + {/if} {#if name == 'pr-draft'} - - - + + + {/if} {#if name == 'pr-closed'} - - + + {/if} @@ -67,6 +62,10 @@ width: 16px; height: 16px; border-radius: var(--radius-s); + + & path { + fill: var(--clr-theme-container-pale); + } } .pop {