From a650238d96af7f84be9b19fd995d9765c4895c99 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 26 Feb 2025 16:23:47 +0100 Subject: frontend: Simplify Pill handling Where before we handled the styling of pills (such as their icons and colours) in multiple different places, instead centralize all of this in the base Pill component. --- frontend/src/lib/components/ComicCard.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/src/lib/components/ComicCard.svelte') diff --git a/frontend/src/lib/components/ComicCard.svelte b/frontend/src/lib/components/ComicCard.svelte index cb73e97..1a648b2 100644 --- a/frontend/src/lib/components/ComicCard.svelte +++ b/frontend/src/lib/components/ComicCard.svelte @@ -1,7 +1,7 @@