mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
Fix add game button in dark mode
This commit is contained in:
parent
d97d17c572
commit
db51941422
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
<modal large :title="$t('list.addGame')">
|
||||
<button
|
||||
class="add-game-button accent small"
|
||||
:class="['add-game-button small', { info: this.darkModeEnabled, accent: !this.darkModeEnabled, }]"
|
||||
:title="$t('list.addGame')"
|
||||
>
|
||||
<i class="fas fa-plus" />
|
||||
|
|
Loading…
Reference in a new issue