Skip to content

Commit

Permalink
fix: updated button-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 18, 2024
1 parent d2133aa commit 8ca279c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/icons/arrow_back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/components/back-btn/back-btn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { ActionButton } from "../landing-page/form-elements";
const StyledBackBtn = styled(ActionButton)`
padding: 0;
margin: 0;
background: transparent;
border: transparent;
`;

export const BackBtn = () => {
Expand Down

0 comments on commit 8ca279c

Please sign in to comment.