diff --git a/com.twin.app.shoptime/assets/images/img-thumb-empty-560.png b/com.twin.app.shoptime/assets/images/img-thumb-empty-560.png new file mode 100644 index 00000000..d5fd04e5 Binary files /dev/null and b/com.twin.app.shoptime/assets/images/img-thumb-empty-560.png differ diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx index ecc5edd5..c81523f4 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx @@ -9,7 +9,7 @@ import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDeco import Spottable from "@enact/spotlight/Spottable"; import playImg from "../../../../../assets/images/btn/btn-play-thumb-nor.png"; -import defaultImage from "../../../../../assets/images/img-thumb-empty-144@3x.png"; +import defaultImage from "../../../../../assets/images/img-thumb-empty-560.png"; import { startVideoPlayer } from "../../../../actions/playActions"; import CustomImage from "../../../../components/CustomImage/CustomImage"; import TVirtualGridList from "../../../../components/TVirtualGridList/TVirtualGridList"; diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/ThemeIndicator.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/ThemeIndicator.jsx index 55cb8c5f..4c2197e3 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/ThemeIndicator.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/ThemeIndicator.jsx @@ -8,7 +8,7 @@ import Spotlight from "@enact/spotlight"; import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDecorator"; import Spottable from "@enact/spotlight/Spottable"; -import defaultImage from "../../../../../assets/images/img-thumb-empty-144@3x.png"; +import defaultImage from "../../../../../assets/images/img-thumb-empty-560.png"; import { startVideoPlayer } from "../../../../actions/playActions"; import TVirtualGridList from "../../../../components/TVirtualGridList/TVirtualGridList"; import useScrollTo from "../../../../hooks/useScrollTo";