Skip to content

Commit

Permalink
Merge pull request #431 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 0a86e52 + a420db9 commit aedcb0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/RandomDice/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const Container = styled.div`
justify-content: center;
align-items: center;
color: black;
font-size: 1rem;
flex-shrink: 0;
border-radius: 15px;
border: 1px solid #c4d9e2;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Share/Share.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const SharePage = ({ onBack }) => {
alt={starData.name}
onLoad={() => setIsImageReady(true)}
/>
<S.BlurImage className="blur" />
<S.BlurImage className="blur" src={blur} />
<S.BannerTitle>
<div>{starData.name}</div>
<div className="profession">{starData.profession}</div>
Expand Down
9 changes: 7 additions & 2 deletions src/pages/Share/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const BannerImage = styled.img`
export const BlurImage = styled.img`
position: absolute;
z-index: 2;
bottom: 0;
bottom: 10px;
left: 0;
width: 100%;
`;
Expand Down Expand Up @@ -108,6 +108,7 @@ export const ClearMain = styled.div`
font-weight: bold;
text-align: center;
color: white;
font-size: 1.2rem;
transform: translate(-50%, -50%);
}
Expand Down Expand Up @@ -137,7 +138,9 @@ export const shareBtn = styled.button`
.ImgSave {
display: flex;
color: white;
background-color: #78a1b5;
font-size: 1rem;
justify-content: center;
align-items: center;
gap: 10px;
Expand All @@ -151,6 +154,7 @@ export const shareContainr = styled.div`
justify-content: center;
align-items: center;
margin-top: 1rem;
font-size: 1rem;
.backBtn {
display: flex;
width: 200px;
Expand All @@ -162,6 +166,7 @@ export const shareContainr = styled.div`
margin: 0.5rem 0;
color: black;
flex-shrink: 0;
font-size: 1rem;
text-align: center;
border-radius: 19px;
border: 1px solid #c4d9e2;
Expand Down

0 comments on commit aedcb0d

Please sign in to comment.