From c0f32df1d793bd4eef0e6c12b53a1c42e9f07780 Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Thu, 15 May 2025 17:59:37 +0200 Subject: [PATCH] fix: dark mode colors on /new page Fixes the dark mode colors for the "You must be logged in" box. I also added a border color in case that is ever used/wanted. --- frontend/routes/new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/routes/new.tsx b/frontend/routes/new.tsx index 15fb52ad..e003e4dc 100644 --- a/frontend/routes/new.tsx +++ b/frontend/routes/new.tsx @@ -61,7 +61,7 @@ export default define.page(function New(props) { /> ) : ( -
+

You must be logged in to publish a package.