From c6212e9f650df07dce2d03a3496880d04c57b705 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 18 Jul 2025 16:33:27 -0400 Subject: update header stylings --- src/components/ConfigurationSection.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 1748839..8e0e74e 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -20,7 +20,8 @@ export function ConfigurationSection({ marginTop: "16px", marginBottom: "8px", borderBottom: "1px solid rgba(255, 255, 255, 0.2)", - paddingBottom: "4px" + paddingBottom: "4px", + color: "white" }} > LSFG Configuration @@ -106,7 +107,7 @@ export function ConfigurationSection({ color: "white" }} > - Environment Variables + Environment Variables (Requires Re-launch) -- cgit v1.2.3