diff --git a/pairent_frontend_react/public/images/icons/search.svg b/pairent_frontend_react/public/images/icons/search.svg new file mode 100644 index 0000000..fd52e98 --- /dev/null +++ b/pairent_frontend_react/public/images/icons/search.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/pairent_frontend_react/src/pages/IndexPage/index.jsx b/pairent_frontend_react/src/pages/IndexPage/index.jsx index b6c144e..422118e 100644 --- a/pairent_frontend_react/src/pages/IndexPage/index.jsx +++ b/pairent_frontend_react/src/pages/IndexPage/index.jsx @@ -90,12 +90,20 @@ const SearchBarFilter = styled.div` border-radius: 12px; width: 100%; height: 56px; - margin-top: 12px; + margin: 12px 0; font-weight: 400 `; const SubmitBtn = styled.button` - background: darkblue; + background: royalblue; + padding: 10px; + border-radius: 8px; + color: #f9f9f9; + font-weight: 700; + + &:active { + background: #3759bf + } `; const FiltersForm = () => { @@ -139,9 +147,10 @@ const FiltersForm = () => { asbvccxcz - +