Fix responsive class for SearchInput button (#3476)

This commit is contained in:
Nolann B.
2025-07-15 12:50:57 +02:00
committed by GitHub
parent 8c961a5dbd
commit 334cfdd522
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'gitbook': patch
---
Fix responsive class for SearchInput button
@@ -19,7 +19,7 @@ interface SearchInputProps {
}
// Size classes for medium size button
const sizeClasses = ['text-sm', 'px-3.5', 'py-1.5', 'circular-corners:px-4'];
const sizeClasses = ['text-sm', 'px-3.5', 'py-1.5', 'md:circular-corners:px-4'];
/**
* Input to trigger search.