Skip to content

Commit

Permalink
fix: updated width on navigation-button
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 authored and martinstark committed Apr 19, 2024
1 parent a9bafd3 commit 0f7d8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/manage-productions/manage-productions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const Button = styled(ActionButton)`
margin: 0 1rem 0 0;
`;
const StyledBackBtnIcon = styled.div`
padding: 0 0 3rem 0;
width: 4rem;
margin: 0 0 3rem 0;
`;

export const ManageProductions = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ActionButton } from "../landing-page/form-elements";
const StyledBackBtn = styled(ActionButton)`
padding: 0;
margin: 0;
width: 4rem;
`;

export const NavigateToRootButton = () => {
Expand Down

0 comments on commit 0f7d8c1

Please sign in to comment.