mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 15:53:06 +00:00
fix rating in dark mode
This commit is contained in:
parent
a764e99a73
commit
a3196f8b77
4 changed files with 4 additions and 6 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
<b-form-rating
|
||||
v-if="gameRating"
|
||||
class="p-0 border-0 shadow-none"
|
||||
:class="['p-0', { 'bg-dark': nightMode }]"
|
||||
inline
|
||||
:value="gameRating"
|
||||
readonly
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
</b-badge>
|
||||
</b-card-title>
|
||||
|
||||
<br />
|
||||
|
||||
<!-- <b-badge
|
||||
v-if="releaseDate"
|
||||
variant="secondary"
|
||||
|
@ -52,7 +50,7 @@
|
|||
|
||||
<b-form-rating
|
||||
v-if="gameRating"
|
||||
class="p-0 border-0 shadow-none"
|
||||
:class="['p-0', { 'bg-dark': nightMode }]"
|
||||
inline
|
||||
:value="gameRating"
|
||||
readonly
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<b-form-rating
|
||||
v-if="gameRating"
|
||||
class="p-0 border-0 shadow-none"
|
||||
:class="['p-0', { 'bg-dark': nightMode }]"
|
||||
inline
|
||||
:value="gameRating"
|
||||
readonly
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<b-form-rating
|
||||
v-if="gameRating"
|
||||
class="p-0 border-0 shadow-none"
|
||||
:class="['p-0', { 'bg-dark': nightMode }]"
|
||||
inline
|
||||
:value="gameRating"
|
||||
readonly
|
||||
|
|
Loading…
Reference in a new issue