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;