logo small and fix size button

This commit is contained in:
hamid zarghami
2026-01-04 16:50:18 +03:30
parent 4413890912
commit b7c3ce916f
5 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { type FC } from 'react'
import LogoImage from '../../assets/images/logo.png'
import LogoSmallImage from '../../assets/images/logo-small.svg'
import LogoSmallImage from '../../assets/images/logo-small.png'
import { useAuthStore } from './store/AuthStore'
import LoginStep1 from './components/LoginStep1'
import LoginStep2 from './components/LoginStep2'
+2 -2
View File
@@ -71,7 +71,7 @@ const CategoryForm: FC<Props> = ({
<Button
type="button"
onClick={() => setIsIconModalOpen(true)}
className="w-full h-10 lg:h-12 flex items-center justify-center gap-2 text-xs lg:text-sm"
className="w-full max-h-10 lg:h-12 flex items-center justify-center gap-2 text-xs lg:text-sm"
>
<Image size={18} color="#fff" className="lg:w-5 lg:h-5" />
<span>انتخاب آیکون</span>
@@ -124,7 +124,7 @@ const CategoryForm: FC<Props> = ({
<Button
onClick={() => formik.handleSubmit()}
className="w-full h-10 lg:h-auto text-xs lg:text-sm"
className="w-full min-h-10 lg:h-auto text-xs lg:text-sm"
isloading={isSubmitting}
>
<Add color='#fff' size={18} className="ml-2 lg:w-5 lg:h-5" />