Skip to content

Commit

Permalink
Merge pull request #101 from Minn-Choi/feature/#6
Browse files Browse the repository at this point in the history
Feature/#6
  • Loading branch information
Minn-Choi authored Dec 10, 2024
2 parents 7dab9b0 + 1c1c7fd commit 87e06b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/common/feed/FriendGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
v-model="comments[goal.goalId].content"
placeholder="๋Œ“๊ธ€ ์ž…๋ ฅ"
/>
<div class="'btn2'" @click="submitComment(goal.goalId)">
<div class="btn2" @click="submitComment(goal.goalId)">
<img src="../../../assets/images/add.svg" />
</div>
</div>
Expand Down Expand Up @@ -167,8 +167,8 @@ export default {
background: #ff7f00;
color: #fff;
text-align: center;
font-family: 'NaB';
font-size: 11px;
font-family: 'NaR';
font-size: 14px;
width: 54px;
display: flex;
align-items: center;
Expand Down Expand Up @@ -239,7 +239,7 @@ export default {
.nick {
font-family: 'NaB';
font-size: 15px;
font-size: 14px;
color: #FF7F00;
font-style: normal;
font-weight: 300;
Expand Down Expand Up @@ -287,7 +287,7 @@ export default {
background-color: transparent;
border-radius: 0;
font-family: 'NaL';
font-size: 16px;
font-size: 14px;
margin-left: 4px;
}
Expand Down

0 comments on commit 87e06b0

Please sign in to comment.