diff options
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
