From 661bb86c363be7c2b11244ff2f90149141b2ce92 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 15 Jul 2026 10:12:57 +0100 Subject: [PATCH] web: small fixups - login bg fixed - profile edit button icon-size fixed - star button fill color fixed Signed-off-by: oppiliappan --- web/src/lib/components/profile/ProfileCard.svelte | 2 +- web/src/lib/components/repo/StarButton.svelte | 2 +- web/src/routes/+layout.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/lib/components/profile/ProfileCard.svelte b/web/src/lib/components/profile/ProfileCard.svelte index b1b3440b..e3a6b5c2 100644 --- a/web/src/lib/components/profile/ProfileCard.svelte +++ b/web/src/lib/components/profile/ProfileCard.svelte @@ -134,7 +134,7 @@
{#if isSelf} {:else} diff --git a/web/src/lib/components/repo/StarButton.svelte b/web/src/lib/components/repo/StarButton.svelte index bba9344d..559084b0 100644 --- a/web/src/lib/components/repo/StarButton.svelte +++ b/web/src/lib/components/repo/StarButton.svelte @@ -72,7 +72,7 @@ disabled={!relation.known} onclick={toggle} > -