powr-sdk-web 2.0.13 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/invoices/admin.js +2 -2
- package/package.json +1 -1
package/dist/invoices/admin.js
CHANGED
|
@@ -461,8 +461,8 @@ var PowrBaseInvoicesAdmin = function PowrBaseInvoicesAdmin(_ref) {
|
|
|
461
461
|
onClick: function onClick() {
|
|
462
462
|
return setShowAddModal(true);
|
|
463
463
|
},
|
|
464
|
-
className: "bg-
|
|
465
|
-
}, "Add Invoice")), showAddModal && /*#__PURE__*/_react["default"].createElement("div", {
|
|
464
|
+
className: "bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded-md transition-colors text-lg font-bold border-2 border-red-800"
|
|
465
|
+
}, "\u2795 Add Invoice")), showAddModal && /*#__PURE__*/_react["default"].createElement("div", {
|
|
466
466
|
className: "fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50"
|
|
467
467
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
468
468
|
className: "bg-white rounded-lg p-6 w-full max-w-4xl max-h-[90vh] overflow-y-auto"
|