From 50e968657d68b655228dcb1f0a545402347c9c00 Mon Sep 17 00:00:00 2001 From: Meghan Chua <17057809+malchua@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:36:08 -0600 Subject: [PATCH] Modify css to keep consistency in the lookbook --- app/components/viral/form/prefixed/select2_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/viral/form/prefixed/select2_component.html.erb b/app/components/viral/form/prefixed/select2_component.html.erb index 5537ab1c78..ddeb71e33e 100644 --- a/app/components/viral/form/prefixed/select2_component.html.erb +++ b/app/components/viral/form/prefixed/select2_component.html.erb @@ -23,7 +23,7 @@ required="<%= required %>" autocomplete="off" class=" - border-slate-300 text-slate-800 sm:text-sm !rounded-l-none + border-slate-300 text-slate-800 sm:text-sm !rounded-r-md !rounded-l-none focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-slate-800 dark:border-slate-600 dark:placeholder-slate-400 dark:text-slate-50 dark:focus:ring-primary-500 dark:focus:border-primary-500