diff --git a/app/components/ActionsBar/index.tsx b/app/components/ActionsBar/index.tsx index 608fc379b..4aca4fe57 100644 --- a/app/components/ActionsBar/index.tsx +++ b/app/components/ActionsBar/index.tsx @@ -103,7 +103,9 @@ export default function ActionsBar(props: ActionsBarProps) { selected === action.id ? `!bg-actions-bar-btn-default ${action.activeClassName}` : "bg-transparent" - } rounded-md items-center ${action.className}`} + } rounded-md items-center ${ + action.className + } transition duration-300 ease-in-out`} onClick={handlerClick(action)} > {selected === action.id ? activeIcon : inactiveIcon} diff --git a/app/components/Input/index.tsx b/app/components/Input/index.tsx index 04f86a826..9e28e886a 100644 --- a/app/components/Input/index.tsx +++ b/app/components/Input/index.tsx @@ -57,7 +57,7 @@ export default function Input(props: CommonInputProps & InputProps) { return (
(props: SearchProps) => { className={selectClassName} >
diff --git a/app/components/Switch/index.tsx b/app/components/Switch/index.tsx index 051a152d8..22ff5e2ad 100644 --- a/app/components/Switch/index.tsx +++ b/app/components/Switch/index.tsx @@ -16,7 +16,7 @@ export default function Switch(props: SwitchProps) { checked={value} onCheckedChange={onChange} className={` - cursor-pointer flex w-switch h-switch p-0.5 box-content rounded-md + cursor-pointer flex w-switch h-switch p-0.5 box-content rounded-md transition-colors duration-300 ease-in-out ${switchClassName} ${ value diff --git a/app/containers/Chat/components/ChatActions.tsx b/app/containers/Chat/components/ChatActions.tsx index 3957a6136..63845af0f 100644 --- a/app/containers/Chat/components/ChatActions.tsx +++ b/app/containers/Chat/components/ChatActions.tsx @@ -236,7 +236,7 @@ export function ChatActions(props: { className={`${act.className ?? ""}`} >
{act.icon} @@ -256,7 +256,7 @@ export function ChatActions(props: { placement={ind === arr.length - 1 ? "rt" : "t"} >
{act.icon} diff --git a/app/containers/Chat/components/SessionItem.tsx b/app/containers/Chat/components/SessionItem.tsx index ec9f51e61..6e5bacea4 100644 --- a/app/containers/Chat/components/SessionItem.tsx +++ b/app/containers/Chat/components/SessionItem.tsx @@ -46,6 +46,7 @@ export default function SessionItem(props: { className={` group/chat-menu-list relative flex p-3 items-center gap-2 self-stretch rounded-md mb-2 border + transition-colors duration-300 ease-in-out bg-chat-menu-session-unselected-mobile border-chat-menu-session-unselected-mobile md:bg-chat-menu-session-unselected md:border-chat-menu-session-unselected ${