change primary color + logo

This commit is contained in:
hamid zarghami
2025-09-28 10:41:26 +03:30
parent 1086135ecb
commit ca8c3d876e
23 changed files with 65 additions and 51 deletions
+3 -3
View File
@@ -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>