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 | |
| parent | 748351384705323a87f7ebc388a3ab858b9ac62f (diff) | |
| download | decky-lsfg-vk-c6212e9f650df07dce2d03a3496880d04c57b705.tar.gz decky-lsfg-vk-c6212e9f650df07dce2d03a3496880d04c57b705.zip | |
update header stylings
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 5 | ||||
| -rw-r--r-- | src/components/UsageInstructions.tsx | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 7def6f5..2ba502b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lossless-scaling-vk", - "version": "0.5.5", + "version": "0.6.0", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { 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 |
