diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 08:35:08 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-22 08:35:08 +0700 |
| commit | 50f5a2d8897020acc11f2a20469ffdd42ca7c31b (patch) | |
| tree | d47f95de1d9710ca8b4d173abd5edc2797704a87 /src/lib/invoice/components/Invoice.jsx | |
| parent | 82954ee3cfa38f21f677b9aa2c1c6c3c88004050 (diff) | |
| parent | 036e72780ddb7a510795b329919ff9dd957af6d7 (diff) | |
Merge branch 'refactor' of bitbucket.org:altafixco/next-indoteknik into refactor
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> ) |
