From 70cde17feff13cf08f897d2d19dcb51a9a9fbbff Mon Sep 17 00:00:00 2001 From: gilesb Date: Sat, 10 Jan 2026 00:04:56 +0000 Subject: [PATCH] Fix storage provider buttons visibility with colored borders The storage option buttons were nearly invisible due to low contrast between bg-dark-600 buttons and bg-dark-700 background. Added distinct colored borders (blue/green/purple) and darker backgrounds to make the Pinata, web3.storage, and Local Storage options clearly visible. Co-Authored-By: Claude Opus 4.5 --- server.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server.py b/server.py index 80e8ae0..b8db6fb 100644 --- a/server.py +++ b/server.py @@ -3292,17 +3292,17 @@ async def ui_storage_page(username: str, storages: list, request: Request) -> HT