diff --git a/src/custom/components/AccountDetails/Transaction/CancelationModal.tsx b/src/custom/components/AccountDetails/Transaction/CancelationModal.tsx
index 98538b3d74..b18a1f7b29 100644
--- a/src/custom/components/AccountDetails/Transaction/CancelationModal.tsx
+++ b/src/custom/components/AccountDetails/Transaction/CancelationModal.tsx
@@ -12,6 +12,7 @@ import {
TransactionErrorContent,
} from 'components/TransactionConfirmationModal'
import { CancellationSummary } from './styled'
+import { Routes } from 'constants/routes'
import { shortenOrderId } from 'utils'
@@ -48,7 +49,7 @@ function RequestCancellationModal(props: RequestCancellationModalProps): JSX.Ele
This means that a solver might already have included the order in a solution even if this cancellation
is successful. Read more in the{' '}
-
+
FAQ
.
diff --git a/src/custom/components/AppziButton/index.tsx b/src/custom/components/AppziButton/index.tsx
index b72c08710e..85d0639644 100644
--- a/src/custom/components/AppziButton/index.tsx
+++ b/src/custom/components/AppziButton/index.tsx
@@ -23,11 +23,14 @@ const Wrapper = styled(ButtonPrimary)`
z-index: 2;
${({ theme }) => theme.mediaWidth.upToMedium`
- bottom: 86px;
- `};
-
- ${({ theme }) => theme.mediaWidth.upToSmall`
- right: 14px;
+ left: 14px;
+ height: 42px;
+ width: 42px;
+ bottom: 11px;
+ right: initial;
+ z-index: 10;
+ box-shadow: none;
+ border-width: 3px;
`};
&::after {
diff --git a/src/custom/components/ClickWrap/index.tsx b/src/custom/components/ClickWrap/index.tsx
index 09852010b1..dcc39efd7e 100644
--- a/src/custom/components/ClickWrap/index.tsx
+++ b/src/custom/components/ClickWrap/index.tsx
@@ -1,6 +1,7 @@
import styled from 'styled-components/macro'
import { NavLink } from 'react-router-dom'
import { ButtonPrimary, ButtonOutlined } from 'components/Button'
+import { Routes } from 'constants/routes'
const Wrapper = styled.div`
display: flex;
@@ -111,9 +112,9 @@ export default function ClickWrap() {
We use cookies to provide you with the best experience and to help improve our website and application. Please
- read our Cookie Policy for more information. By clicking 'Accept
- all', you agree to the storing of cookies on your device to enhance site navigation, analyze site usage
- and provide customer support.
+ read our Cookie Policy for more information. By clicking
+ 'Accept all', you agree to the storing of cookies on your device to enhance site navigation, analyze
+ site usage and provide customer support.