add primary color and splash screen

This commit is contained in:
hamid zarghami
2025-12-17 16:01:08 +03:30
parent 4fa360dc84
commit 32c197a105
17 changed files with 436 additions and 31 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ function FoodPage({ }: Props) {
{categoryName || '-'}
</div>
<button onClick={() => router.back()} className='p-2 rounded-full bg-container/40'>
<ArrowLeft size={18} className='stroke-black' />
<ArrowLeft size={18} className='stroke-primary dark:stroke-foreground' />
</button>
</div>
</div>
@@ -103,7 +103,7 @@ function FoodPage({ }: Props) {
{foodName}
</h5>
<button className='p-2 bg-[#EAECF0] dark:bg-neutral-600 rounded-lg'>
<Heart variant='Bold' size={24} className='fill-black dark:fill-foreground' />
<Heart variant='Bold' size={24} className='fill-primary dark:fill-foreground' />
</button>
</div>