From 2007ac00807cfebcd6cf606cb23d53b049d93193 Mon Sep 17 00:00:00 2001 From: Cohen Erickson Date: Mon, 28 Aug 2023 23:13:42 -0500 Subject: [PATCH] fix popup theme --- package.json | 2 +- src/components/Popup.tsx | 2 +- src/util/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fecfa22..b98fd9d 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,6 @@ "solid-start": "^0.2.0" }, "engines": { - "node": "18.x" + "node": ">=18.x" } } diff --git a/src/components/Popup.tsx b/src/components/Popup.tsx index 30bb289..7cb0dbc 100644 --- a/src/components/Popup.tsx +++ b/src/components/Popup.tsx @@ -16,7 +16,7 @@ export default function Popups(): JSX.Element { {(popup: Popup): JSX.Element => (
-
+