Apply same style for button favorite

This commit is contained in:
Michael
2025-08-27 10:38:41 +09:00
parent 7ece26bdfb
commit 9eaad1a2e4

View File

@ -61,7 +61,9 @@
</v-list-item>
</v-list>
</v-menu>
<a-button id="removeBm" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
<a-button id="removeBm" :style="{
display: 'flex',
alignItems: 'center'}" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
<span class="material-icons" style="font-size: 17px">star</span>
</a-button>
<a-button id="addBm" class="btn-header" :style="{