From 15648e711bcd8fa66dedad951ad7cd318167b4ba Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Tue, 10 Jun 2025 15:30:41 -0500 Subject: [PATCH] fix: rounded-ms class on download search button --- assets/styles/app.css | 3 +++ templates/components/DownloadSearch.html.twig | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index 00101cd..c40e758 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -10,6 +10,9 @@ h2 { font-size: var(--text-xl); } + .rounded-ms { + border-radius: 0.275rem; + } } /* Prevent scrolling while dialog is open */ diff --git a/templates/components/DownloadSearch.html.twig b/templates/components/DownloadSearch.html.twig index 68984be..dbf0464 100644 --- a/templates/components/DownloadSearch.html.twig +++ b/templates/components/DownloadSearch.html.twig @@ -20,8 +20,7 @@ focus:bg-green-700 active:bg-green-700 hover:bg-green-700 text-white bg-green-600 text-xs - rounded-sm - bg-opacity-80 + rounded-ms bg-opacity-80 " onclick="return false;" >