fix rating in dark mode

This commit is contained in:
Gamebrary 2020-10-14 16:29:15 -07:00
parent a764e99a73
commit a3196f8b77
4 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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