From e5b08e772a3c403711662d3b668f05d96384a38e Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Fri, 30 Jun 2023 13:14:26 +0400 Subject: [PATCH] Bugfix: loading theme options --- src/components/ThemeModal.astro | 56 +++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 17 deletions(-) diff --git a/src/components/ThemeModal.astro b/src/components/ThemeModal.astro index a0205f8..1ae7e73 100644 --- a/src/components/ThemeModal.astro +++ b/src/components/ThemeModal.astro @@ -64,15 +64,16 @@ import TextBox from "./TextBox.astro";