button print color

This commit is contained in:
hamid zarghami
2026-02-02 16:38:17 +03:30
parent 96444c726c
commit acec9c7d5c
-6
View File
@@ -1,5 +1,4 @@
import { type FC } from 'react'
import { Receipt1 } from 'iconsax-react'
import { useParams } from 'react-router-dom'
import { useGetOrderDetails } from './hooks/useOrderData'
import TicketSection from './components/TicketSection'
@@ -23,11 +22,6 @@ const OrderDetail: FC = () => {
<div className="bg-white rounded-2xl p-6 mb-6">
<div className='flex justify-between items-center'>
<h2 className="text-lg font-light mb-6">اطلاعات سفارش</h2>
<a href="#" className="flex items-center gap-2 text-[#0037FF] text-sm">
<Receipt1 size={20} color="#3B82F6" />
<span>پیش فاکتور</span>
</a>
</div>
<div className='flex flex-col gap-10'>
{