Skip to content

Commit

Permalink
Merge pull request #289 from ak-0283/shop_btn
Browse files Browse the repository at this point in the history
updating the add button and shop button
  • Loading branch information
Mujtabaa07 authored Jan 10, 2025
2 parents 50a6621 + a4b0aa5 commit a8f1e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Pages/cake.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const StyledButton = styled.button`
width: 140px;
height: 40px;
border-radius: 12px;
margin-left: 25px
border: none;
background-color: rgb(255, 208, 0);
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/componets/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';

const StyledButton = styled(motion.button)`
padding: 0.5rem 1rem;
margin: 1rem 1rem;
margin: 1rem 30px 1rem 0;
font-size: 1rem;
background-color: ${props => props.primary ? '#7c2214' : '#7c2214'};
color: ${props => props.primary ? 'white' : 'white'};
Expand Down

0 comments on commit a8f1e19

Please sign in to comment.