Skip to content

Commit

Permalink
feat: Update the size of favorite icon of notes detail to 20px - EXO-…
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati committed Oct 16, 2024
1 parent 895fa0d commit bf05faa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:top="top"
:right="right"
:space-id="spaceId"
:icon-size="iconSize"
:template-params="templateParams"
:small="false"
type="notes"
Expand Down Expand Up @@ -36,6 +37,10 @@ export default {
type: Number,
default: () => 0,
},
iconSize: {
type: Number,
default: () => 16,
},
},
data: () => ({
spaceId: eXo.env.portal.spaceId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@
</v-tooltip>
</div>
<note-favorite-action
class="ms-2"
:icon-size="20"
:note="note"
:activity-id="note.activityId" />
:activity-id="note.activityId"
class="ms-2"/>
<div
class="d-inline-flex ms-2">
<v-tooltip bottom>
Expand Down

0 comments on commit bf05faa

Please sign in to comment.