diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 5 | ||||
| -rw-r--r-- | src/components/UsageInstructions.tsx | 3 |
2 files changed, 5 insertions, 3 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> diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 8ac94d8..be48a82 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -16,7 +16,8 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { marginTop: "16px", marginBottom: "8px", borderBottom: "1px solid rgba(255, 255, 255, 0.2)", - paddingBottom: "4px" + paddingBottom: "4px", + color: "white" }} > Usage Instructions |
