From 7be69236fb42f1e5be5c12646324a7bc359ce52d Mon Sep 17 00:00:00 2001 From: Ginny-Dang Date: Wed, 25 Dec 2024 20:54:44 -0600 Subject: [PATCH] adjusted Dark theme colors --- pages/popup/src/Popup.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/popup/src/Popup.tsx b/pages/popup/src/Popup.tsx index 6253f71..bff531e 100644 --- a/pages/popup/src/Popup.tsx +++ b/pages/popup/src/Popup.tsx @@ -74,7 +74,7 @@ const Popup = () => { {/* Block List Column */}

Block List

-
+
🔎
@@ -86,13 +86,13 @@ const Popup = () => {
{/* Scrollable container with background */} -
+
{['App 1', 'App 2', 'App 3', 'App 4', 'App 5'].map((app) => (
@@ -140,7 +140,7 @@ const NumberInput = ({ label, value, onChange, suffix, isLight }: NumberInputPro onClick={() => onChange(value + 1)} className="text-2xl">â–²
{value.toString().padStart(2, '0')}