[251217] merge: gitlab develop_si 변경사항 병합

This commit is contained in:
2025-12-17 14:21:27 +09:00
2 changed files with 11 additions and 5 deletions

View File

@@ -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({
>
<div className={css.logoWrapper}>
<div
className={css.logoBackground}
style={{ background: backgroundColor }}
className={css.logoBackground}
>
{channelLogo ? (
<CustomImage

View File

@@ -41,6 +41,7 @@
height: 72px;
position: relative;
flex-shrink: 0;
background-color: transparent;
}
.logoBackground {
@@ -51,6 +52,7 @@
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
}
.logoImage {
@@ -60,6 +62,7 @@
&.qvcLogoImg {
width: 70%;
height: 70%;
background-color: transparent;
}
}