change primary color + logo
This commit is contained in:
@@ -99,7 +99,7 @@ const ComparePage: NextPage = () => {
|
||||
<div className='mt-24 px-20'>
|
||||
<div className='flex justify-center items-center min-h-[400px]'>
|
||||
<div className='text-center'>
|
||||
<div className='animate-spin rounded-full h-12 w-12 border-b-2 border-blue-500 mx-auto'></div>
|
||||
<div className='animate-spin rounded-full h-12 w-12 border-b-2 border-primary mx-auto'></div>
|
||||
<p className='mt-4 text-gray-600'>در حال بارگذاری...</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -201,7 +201,7 @@ const ComparePage: NextPage = () => {
|
||||
<input
|
||||
type="text"
|
||||
placeholder="نام یا کد کالا را وارد کنید"
|
||||
className="w-full px-4 py-3 pr-12 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 text-sm"
|
||||
className="w-full px-4 py-3 pr-12 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary text-sm"
|
||||
/>
|
||||
<div className="absolute left-3 top-1/2 transform -translate-y-1/2">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
|
||||
@@ -237,7 +237,7 @@ const ComparePage: NextPage = () => {
|
||||
</div>
|
||||
|
||||
{/* متن ذخیره سازی */}
|
||||
<div className="text-xs text-blue-600 font-medium">
|
||||
<div className="text-xs text-primary font-medium">
|
||||
ذخیره سازی
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user