mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
Settings button styles
This commit is contained in:
parent
51c2967aaa
commit
8573f38e4d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
</router-link>
|
||||
|
||||
<modal large title="Settings">
|
||||
<button class="small info">
|
||||
<button
|
||||
:class="['small', { filled: darkModeEnabled, 'info filled': !darkModeEnabled }]"
|
||||
>
|
||||
<i class="fas fa-cog" />
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue