mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Increased size of add note button
This commit is contained in:
parent
02a0d4cbc0
commit
952d56a3fe
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<button class="warning small tag" @click="addNote" v-if="!hasNote && !editingNote">
|
||||
<button class="warning small hollow" @click="addNote" v-if="!hasNote && !editingNote">
|
||||
<i class="fas fa-sticky-note" />
|
||||
Add note
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue