Skip to content

Commit

Permalink
fix: added marigin to warning-component
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Jan 14, 2025
1 parent 2ab7509 commit 96a885f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/display-box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const DisplayBox = styled.div`
border: ${borderRadius}rem solid #424242;
border-radius: 0.5rem;
max-width: 50rem;
margin: 0 1rem;
`;

const DisplayBoxTitle = styled.div`
Expand Down

0 comments on commit 96a885f

Please sign in to comment.