diff --git a/app/components/ActionsBar/index.tsx b/app/components/ActionsBar/index.tsx index c121e1915..045459c4c 100644 --- a/app/components/ActionsBar/index.tsx +++ b/app/components/ActionsBar/index.tsx @@ -81,8 +81,8 @@ export default function ActionsBar(props: ActionsBarProps) { }%] flex flex-col items-center justify-center gap-0.5 ${ selected === action.id - ? "text-blue-700" - : "text-gray-400" + ? "text-text-sidebar-tab-mobile-active" + : "text-text-sidebar-tab-mobile-inactive" } `} onClick={handlerClick(action)} @@ -99,7 +99,9 @@ export default function ActionsBar(props: ActionsBarProps) {