button print color
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { type FC } from 'react'
|
import { type FC } from 'react'
|
||||||
import { Receipt1 } from 'iconsax-react'
|
|
||||||
import { useParams } from 'react-router-dom'
|
import { useParams } from 'react-router-dom'
|
||||||
import { useGetOrderDetails } from './hooks/useOrderData'
|
import { useGetOrderDetails } from './hooks/useOrderData'
|
||||||
import TicketSection from './components/TicketSection'
|
import TicketSection from './components/TicketSection'
|
||||||
@@ -23,11 +22,6 @@ const OrderDetail: FC = () => {
|
|||||||
<div className="bg-white rounded-2xl p-6 mb-6">
|
<div className="bg-white rounded-2xl p-6 mb-6">
|
||||||
<div className='flex justify-between items-center'>
|
<div className='flex justify-between items-center'>
|
||||||
<h2 className="text-lg font-light mb-6">اطلاعات سفارش</h2>
|
<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>
|
||||||
<div className='flex flex-col gap-10'>
|
<div className='flex flex-col gap-10'>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user