Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -93,7 +93,7 @@ export struct VideoChannelPage { | @@ -93,7 +93,7 @@ export struct VideoChannelPage { | ||
| 93 | return this.navItem.channelChooseColor ? this.navItem.channelChooseColor : '#222222' | 93 | return this.navItem.channelChooseColor ? this.navItem.channelChooseColor : '#222222' |
| 94 | } else { | 94 | } else { |
| 95 | let ccolor = this.navItem.channelChooseCColor.replace('#', '#B3') | 95 | let ccolor = this.navItem.channelChooseCColor.replace('#', '#B3') |
| 96 | - return this.navItem.channelChooseCColor ? ccolor : '#B3FFFFFF' | 96 | + return this.navItem.channelChooseCColor ? ccolor : '#666666' |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | } | 99 | } |
-
Please register or login to post a comment