role popup fix, new background (closes #8)

This commit is contained in:
Steffen 2020-05-08 17:37:10 +02:00
parent 186a11b4e8
commit bba16a60d3
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

@ -3,7 +3,7 @@
v-show="modals.role && availableRoles.length"
@close="toggleModal('role')"
>
<h3>Choose a new character: {{ playerIndex }}</h3>
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
<ul class="tokens">
<li
v-for="role in availableRoles"