From 81f614f4f1c76e8f7747c89454fe0cc62116458c Mon Sep 17 00:00:00 2001 From: Vadym Pavlyk Date: Thu, 28 Nov 2024 22:17:08 +0200 Subject: [PATCH] Fixed bookmarks filter section --- src/constants/translations/en/bookmarked-offers-page.json | 2 +- src/constants/translations/uk/bookmarked-offers-page.json | 2 +- src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/constants/translations/en/bookmarked-offers-page.json b/src/constants/translations/en/bookmarked-offers-page.json index f5abed7d4..348b84de7 100644 --- a/src/constants/translations/en/bookmarked-offers-page.json +++ b/src/constants/translations/en/bookmarked-offers-page.json @@ -1,6 +1,6 @@ { "title": "Bookmarks", - "search": "Search for offer", + "search": "Search for offer or request", "notFound": { "description": "We couldn’t find any bookmarks." }, diff --git a/src/constants/translations/uk/bookmarked-offers-page.json b/src/constants/translations/uk/bookmarked-offers-page.json index 4de6fcbf4..1b24f7d5a 100644 --- a/src/constants/translations/uk/bookmarked-offers-page.json +++ b/src/constants/translations/uk/bookmarked-offers-page.json @@ -1,6 +1,6 @@ { "title": "Закладки", - "search": "Пошук пропозиції", + "search": "Пошук пропозиції або запиту", "notFound": { "description": "Не знайдено збережених пропозицій." }, diff --git a/src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx b/src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx index 2745714d3..f32a81e3a 100644 --- a/src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx +++ b/src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx @@ -8,6 +8,7 @@ export const styles = { alignItems: 'center', gap: '10px', scrollMarginTop: '16px', + marginBottom: '1rem', [theme.breakpoints.up('md')]: { flexDirection: 'row', justifyContent: 'space-between', @@ -17,7 +18,7 @@ export const styles = { searchBox: (theme: Theme) => ({ width: '100%', [theme.breakpoints.up('md')]: { - width: '285px' + width: '295px' } }), filterInput: {