submit order base

This commit is contained in:
hamid zarghami
2026-01-27 11:16:46 +03:30
parent bc58e6b564
commit 1f33fa7a7f
8 changed files with 94 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const Button: FC<Props> = memo((props: Props) => {
<div className='flex gap-2 items-center'>
{
!props.percentage ?
<MoonLoader size={20} color='#fff' />
<MoonLoader size={20} color='#000' />
:
<span>{props.percentage}%</span>
}