diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx index 66ad574e..640bf972 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx @@ -5,9 +5,13 @@ import { compose } from 'ramda/src/compose'; import Spotlight from '@enact/spotlight'; import Spottable from '@enact/spotlight/Spottable'; -import { Marquee, MarqueeController } from '@enact/ui/Marquee'; +import { + Marquee, + MarqueeController, +} from '@enact/ui/Marquee'; -import icon_arrow_dwon from '../../../../../assets/images/player/icon_tabcontainer_arrow_down.png'; +import icon_arrow_dwon + from '../../../../../assets/images/player/icon_tabcontainer_arrow_down.png'; import CustomImage from '../../../../components/CustomImage/CustomImage'; import { SpotlightIds } from '../../../../utils/SpotlightIds'; import css from './LiveChannelNext.module.less'; @@ -18,7 +22,7 @@ export default function LiveChannelNext({ channelLogo, channelName = 'ShopLC', programName = 'Sandal Black...', - backgroundColor = 'linear-gradient(180deg, #284998 0%, #06B0EE 100%)', + backgroundColor = 'transparent', onClick, onFocus, spotlightId = 'live-channel-next-button', @@ -53,8 +57,7 @@ export default function LiveChannelNext({ >
{channelLogo ? (