diff --git a/frontend/src/lib/components/apps/components/buttons/AppButton.svelte b/frontend/src/lib/components/apps/components/buttons/AppButton.svelte index 8ec9475f30..905481f4bd 100644 --- a/frontend/src/lib/components/apps/components/buttons/AppButton.svelte +++ b/frontend/src/lib/components/apps/components/buttons/AppButton.svelte @@ -275,7 +275,7 @@ > {#if resolvedConfig.beforeIcon} {#key resolvedConfig.beforeIcon} -
+
0 ? "min-w-4" : ""} bind:this={beforeIconComponent}>
{/key} {/if} {#if resolvedConfig.label?.toString() && resolvedConfig.label?.toString()?.length > 0} @@ -283,7 +283,7 @@ {/if} {#if resolvedConfig.afterIcon} {#key resolvedConfig.afterIcon} -
+
0 ? "min-w-4" : ""} bind:this={afterIconComponent}>
{/key} {/if}