diff --git a/packages/core/src/inputs/components/Search/stylesCreate.ts b/packages/core/src/inputs/components/Search/stylesCreate.ts index 47b226084..cca5b6dd6 100644 --- a/packages/core/src/inputs/components/Search/stylesCreate.ts +++ b/packages/core/src/inputs/components/Search/stylesCreate.ts @@ -10,7 +10,6 @@ const stylesCreate = (theme: IThemeContext) => { flexDirection: 'row', alignItems: 'center', justifyContent: 'center', - maxWidth: '95%', height: rem(36), backgroundColor: colors.BgSecondary, borderRadius: spaces.Space8,