summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-rw-r--r--src/components/ConfigurationSection.tsx5
1 files changed, 3 insertions, 2 deletions
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)
</div>
</PanelSectionRow>