logo small and fix size button
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user