diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 16:33:27 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 16:33:27 -0400 |
| commit | c6212e9f650df07dce2d03a3496880d04c57b705 (patch) | |
| tree | a9761f65a7ee810d67da4c75df81626f7364f763 /src/components/UsageInstructions.tsx | |
| parent | 748351384705323a87f7ebc388a3ab858b9ac62f (diff) | |
| download | decky-lsfg-vk-c6212e9f650df07dce2d03a3496880d04c57b705.tar.gz decky-lsfg-vk-c6212e9f650df07dce2d03a3496880d04c57b705.zip | |
update header stylings
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 |
