clean sidebar

This commit is contained in:
hamid zarghami
2026-02-23 09:12:31 +03:30
parent 15008c6b52
commit fa11062760
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const OrderDetail: FC = () => {
<div>
<div className="flex items-center gap-6">
{order?.product && (
<div className="size-[86px] rounded-lg overflow-hidden flex-shrink-0">
<div className="size-[86px] rounded-lg overflow-hidden shrink-0">
<img
src={order.product.images?.[0]}
className="size-full object-cover"
@@ -199,7 +199,7 @@ const TicketSection: FC = () => {
<div className="w-full h-12 bg-white border border-border rounded-xl flex items-center px-3 gap-3 mt-3">
<button
onClick={togglePlayPause}
className="w-8 h-8 rounded-full bg-black flex items-center justify-center flex-shrink-0"
className="w-8 h-8 rounded-full bg-black flex items-center justify-center shrink-0"
>
{isPlaying ? (
<Pause size={16} color="#fff" variant="Bold" />