Skip to content

Commit

Permalink
Merge pull request #469 from LikeLion-at-DGU/dev
Browse files Browse the repository at this point in the history
🚀 Deploy
  • Loading branch information
Chaem03 authored Aug 6, 2024
2 parents fe5d543 + 717f9c6 commit 3699f38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/assets/shareIconWhite.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: 1 addition & 1 deletion src/pages/Share/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import html2canvas from "html2canvas";
import { captureScreenshot } from "@/utils/share";
import { getStarContent } from "@/apis/starP";
import * as S from "./styled";
import shareIcon from "@/assets/shareIcon.svg";
import shareIcon from "@/assets/shareIconWhite.svg";
import ClearStarPIcon1 from "@/assets/starclearPicon1.svg";
import ClearStarPIcon2 from "@/assets/starclearPicon2.svg";
import blur from "@/assets/blur.svg";
Expand Down
4 changes: 1 addition & 3 deletions src/pages/Share/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const RoutineBoxContainer = styled.div`
`;

export const ClearCantainr = styled.div`
margin-top: 2rem;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -137,7 +136,6 @@ export const shareBtn = styled.button`
background-color: #78a1b5;
border-radius: 19px;
border: 1.228px solid #c4d9e2;
padding: 6px;
Expand All @@ -161,7 +159,7 @@ export const shareContainr = styled.div`
font-size: 1rem;
.backBtn {
display: flex;
width: 200px;
width: 260px;
height: 40px;
padding: 6px;
justify-content: center;
Expand Down

0 comments on commit 3699f38

Please sign in to comment.