diff --git a/src/commons/components/features/Inputs/ExpandedSearch/ExpandedSearch.css.ts b/src/commons/components/features/Inputs/ExpandedSearch/ExpandedSearch.css.ts index d9436b2..5220fdf 100644 --- a/src/commons/components/features/Inputs/ExpandedSearch/ExpandedSearch.css.ts +++ b/src/commons/components/features/Inputs/ExpandedSearch/ExpandedSearch.css.ts @@ -32,7 +32,7 @@ export const expandedWrapper = style({ display: 'flex', flexDirection: 'column', - width: '27rem', + width: '38rem', height: 'fit-content', ...mediaQueries({ diff --git a/src/commons/components/features/Inputs/Search/Search.css.ts b/src/commons/components/features/Inputs/Search/Search.css.ts index c9184b9..8b03bf4 100644 --- a/src/commons/components/features/Inputs/Search/Search.css.ts +++ b/src/commons/components/features/Inputs/Search/Search.css.ts @@ -9,7 +9,7 @@ export const wrapper = style({ flexDirection: 'row', backgroundColor: `${vars.themeColor.color.searchBarBackground}`, - width: '27rem', + width: '38rem', height: '3rem', padding: '10px 20px', borderRadius: '50px',