diff options
Diffstat (limited to 'extension/react-app/src/components/ErrorStepContainer.tsx')
-rw-r--r-- | extension/react-app/src/components/ErrorStepContainer.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extension/react-app/src/components/ErrorStepContainer.tsx b/extension/react-app/src/components/ErrorStepContainer.tsx index e8ab7950..666780c5 100644 --- a/extension/react-app/src/components/ErrorStepContainer.tsx +++ b/extension/react-app/src/components/ErrorStepContainer.tsx @@ -14,6 +14,7 @@ const Div = styled.div` background-color: #ff000011; border-radius: ${defaultBorderRadius}; border: 1px solid #cc0000; + margin: 8px; `; interface ErrorStepContainerProps { @@ -28,8 +29,8 @@ function ErrorStepContainer(props: ErrorStepContainerProps) { <div style={{ position: "absolute", - right: "4px", - top: "4px", + right: "12px", + top: "12px", display: "flex", }} > |