From 7c2d8dc12d7d4c8cdeade2cff6813d84cb9b5186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Tue, 12 Mar 2024 18:32:39 +0900 Subject: [PATCH] =?UTF-8?q?TabItemSub=20FeaturedBrand=20selected=20css=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx index 7adf3350..6ff9d31d 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/TabItemSub.jsx @@ -111,7 +111,7 @@ const TabItemBase = ({ className={classNames( css.tabItem, !path && focused && css.focused, - selected && css.selected, + !path && selected && css.selected, path && css.path )} onKeyDown={onKeyDown}