Skip to content

Commit 31f3c7e

Browse files
committed
fix: searchbar broken style
1 parent a4f1a8f commit 31f3c7e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.changeset/cold-ears-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@strapi/design-system': patch
3+
---
4+
5+
fix: searchbar broken style

docs/stories/04-components/Searchbar.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ The default SearchBar.
3636

3737
<Canvas of={SearchbarStories.Base} />
3838

39-
### SearchBar size S
40-
41-
The default SearchBar.
42-
43-
<Canvas of={SearchbarStories.SizeS} />
44-
4539
### Disabled SearchBar
4640

4741
Depending on the status of an action or the permissions, a SearchBar can be disabled.

packages/design-system/src/components/Searchbar/Searchbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const SearchbarWrapper = styled.div`
3636

3737
const SearchbarInput = styled(Field.Input)`
3838
border: 1px solid ${({ theme }) => theme.colors.neutral150};
39-
height: 16px;
4039
padding: 0 0 0 8px;
4140
color: ${({ theme }) => theme.colors.neutral800};
4241

0 commit comments

Comments
 (0)