structure payment

This commit is contained in:
hamid zarghami
2026-02-24 11:47:57 +03:30
parent d65fa8cd2d
commit 7a34e74e02
5 changed files with 52 additions and 1 deletions
+1 -1
View File
@@ -182,7 +182,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" />