diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 22:33:32 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-21 22:33:32 +0700 |
| commit | 98c8fc56db91664b98a50e9113787b56fe785b9e (patch) | |
| tree | bbef2bce15561ee7c44501916d03fd2f6c24cbb8 /src/lib/invoice/components/Invoice.jsx | |
| parent | 706088ffe9e13221207837bb658887645e76b3ed (diff) | |
fix
Diffstat (limited to 'src/lib/invoice/components/Invoice.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoice.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index 3e0baaee..aee4a498 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -10,7 +10,7 @@ const Invoice = ({ id }) => { if (invoice.isLoading) { return ( - <div className="flex justify-center my-4"> + <div className="flex justify-center my-6"> <Spinner className="w-6 text-gray_r-12/50 fill-gray_r-12" /> </div> ) |
