From bf1ccb956df1fbc35cdd0f991bc163d3f4cef21e Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Tue, 30 Dec 2025 05:20:23 +1030 Subject: [PATCH] feat(notifications): update styles for notification service forms and Discord configuration to use accent coloring --- .../settings/notifications/+page.svelte | 6 +-- .../components/DiscordConfiguration.svelte | 34 ++++++------ .../components/NotificationServiceForm.svelte | 52 +++++++++++++------ 3 files changed, 58 insertions(+), 34 deletions(-) diff --git a/src/routes/settings/notifications/+page.svelte b/src/routes/settings/notifications/+page.svelte index c5272a5..b0f906a 100644 --- a/src/routes/settings/notifications/+page.svelte +++ b/src/routes/settings/notifications/+page.svelte @@ -104,7 +104,7 @@ Add Service @@ -239,7 +239,7 @@
{#each getEnabledTypes(service.enabled_types) as type} {formatNotificationType(type)} @@ -293,7 +293,7 @@
{/each} @@ -170,9 +184,15 @@