From ff321143aabd3b9b812f34ec07a47dfb18c818c2 Mon Sep 17 00:00:00 2001 From: b1ek Date: Mon, 8 May 2023 20:21:16 +1000 Subject: [PATCH] style submit button --- .../public/images/icons/search.svg | 3 +++ .../src/pages/IndexPage/index.jsx | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 pairent_frontend_react/public/images/icons/search.svg 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 - +