Fixed: Theme color for poster control background

This commit is contained in:
Qstick
2019-08-05 22:35:31 -04:00
parent 08b642575f
commit 64ec751938
2 changed files with 3 additions and 3 deletions

View File

@@ -164,8 +164,8 @@ module.exports = {
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
popoverArrowBorderColor: '#fff',
popoverTitleBackgroundInverseColor: '#3a3f51',
popoverTitleBorderInverseColor: '#4f566f',
popoverTitleBackgroundInverseColor: '#595959',
popoverTitleBorderInverseColor: '#707070',
popoverShadowInverseColor: 'rgba(0, 0, 0, 0.2)',
popoverArrowBorderInverseColor: 'rgba(58, 63, 81, 0.75)',