Skip to content

Commit

Permalink
Merge pull request #183 from ruby10127130/feature/milestone/adjust-mo…
Browse files Browse the repository at this point in the history
…bile-styles

styles: correct background-color typo
  • Loading branch information
vincentxuu authored Dec 18, 2024
2 parents 9553f34 + d4b60bc commit d06902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Marathon/SignUp/EditSubMilestone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const StyledContainer = styled(Box)`
align-items: center;
gap: 10px;
width: 100%;
backgroundColor: #FFF;
padding: 12px 16px;
border-radius: 8px;
border: 1px solid #DBDBDB;
background-color: #FFF;

This comment has been minimized.

Copy link
@vincentxuu

vincentxuu Dec 18, 2024

Author Contributor

inline style跟style component混用的超容易這樣QQ

@media (max-width: 767px) {
display: grid;
Expand Down

0 comments on commit d06902e

Please sign in to comment.