diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CartIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CartIcon.jsx index 3461408e..17ca49c4 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CartIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CartIcon.jsx @@ -1,12 +1,13 @@ import React from "react"; +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const CartIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CategoryIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CategoryIcon.jsx index 69313b92..b7c0fc4c 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CategoryIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/CategoryIcon.jsx @@ -1,12 +1,13 @@ import React from "react"; +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const CategoryIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/FeaturedBrandIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/FeaturedBrandIcon.jsx index 2ffd8e8a..680d1b6c 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/FeaturedBrandIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/FeaturedBrandIcon.jsx @@ -1,12 +1,12 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const FeaturedBrandIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HomeIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HomeIcon.jsx index ae747884..6d6106e5 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HomeIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HomeIcon.jsx @@ -1,13 +1,13 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const HomeIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HotPicksIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HotPicksIcon.jsx index b772129b..9f50c204 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HotPicksIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/HotPicksIcon.jsx @@ -1,12 +1,12 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const HotPicksIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/MyPageIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/MyPageIcon.jsx index 85c4a170..a7ee18ee 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/MyPageIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/MyPageIcon.jsx @@ -1,12 +1,12 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const MyPageIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/OnSaleIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/OnSaleIcon.jsx index 0c36eda5..2ebf6707 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/OnSaleIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/OnSaleIcon.jsx @@ -1,13 +1,13 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const OnSaleIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/SearchIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/SearchIcon.jsx index 6135a586..6c5fce4b 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/SearchIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/SearchIcon.jsx @@ -1,13 +1,13 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const SearchIcon = ({ iconType = "normal" }) => { return ( - + diff --git a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/TrendingNowIcon.jsx b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/TrendingNowIcon.jsx index b6cd691b..cdcbdea8 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/iconComponents/TrendingNowIcon.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/iconComponents/TrendingNowIcon.jsx @@ -1,12 +1,12 @@ import React from "react"; - +import { scaleW } from "../../../utils/helperMethods"; import { convertThemeColor } from "./convertThemeColor"; const TrendingNowIcon = ({ iconType = "normal" }) => { return ( - +