diff --git a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx
index cae038e0c..60731d1fb 100644
--- a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx
+++ b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx
@@ -81,11 +81,11 @@ function SessionSearchField(props: Props) {
placeholder={
'Search sessions using any captured event (click, input, page, error...)'
}
- style={{ minWidth: 360, height: 33 }}
+ style={{ minWidth: 360, height: 30 }}
id="search"
type="search"
autoComplete="off"
- className="px-2 py-1 text-lg placeholder-lg !border-0 rounded-r-lg nofocus"
+ className="px-2 py-1 text-lg placeholder-lg !border-0 rounded-r-full nofocus"
/>
{showModal && (
@@ -144,9 +144,9 @@ const AiSearchField = observer(
id="search"
onKeyDown={handleKeyDown}
value={searchQuery}
- style={{ minWidth: 360, height: 33 }}
+ style={{ minWidth: 360, height: 30 }}
autoComplete="off"
- className="px-2 py-1 text-lg placeholder-lg !border-0 rounded-r-lg nofocus"
+ className="px-2 py-1 text-lg placeholder-lg !border-0 rounded-e-full nofocus"
leadingButton={
searchQuery !== '' ? (