From 55ce05b0fc346cee26dea5146ecaf2b19e7df93e Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 21 Jun 2025 18:24:06 +0900 Subject: [PATCH] fix oauth bsky button --- oauth/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth/src/App.css b/oauth/src/App.css index 543f955..2e6a2b0 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -228,7 +228,7 @@ body { } .auth-section.search-bar-layout .auth-button { - border-radius: 0 8px 8px 0; + border-radius: 8px 0 0 8px; border: 1px solid var(--primary); border-left: none; margin: 0;