From f6e41aa002c8339e47546aefac42802aa59fcc83 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 26 Nov 2024 06:32:52 +0000 Subject: [PATCH] feat: replace static background image with brand-color css linear gradient in layout Updated the main layout component's background styling by swapping the previous static image URL for a CSS linear-gradient using brand colors. This change improves page load performance and aligns the visual theme with the updated design system. --- src/rupload/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rupload/app.py b/src/rupload/app.py index 5c15ca7..f45689a 100644 --- a/src/rupload/app.py +++ b/src/rupload/app.py @@ -36,7 +36,7 @@ UPLOAD_PAGE = """