@fixefy/fixefy-ui-utils 0.0.26 → 0.0.29
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.
|
@@ -175,6 +175,7 @@ declare module '@mui/material/styles' {
|
|
|
175
175
|
duplicate: StatusColorOption;
|
|
176
176
|
duplicated: StatusColorOption;
|
|
177
177
|
gold: StatusColorOption;
|
|
178
|
+
in_dispute: StatusColorOption;
|
|
178
179
|
in_progress: StatusColorOption;
|
|
179
180
|
in_review: StatusColorOption;
|
|
180
181
|
no_pricing: StatusColorOption;
|
|
@@ -223,8 +223,8 @@ const theme = (0, _styles.createTheme)({
|
|
|
223
223
|
background: '#F7F9FA'
|
|
224
224
|
},
|
|
225
225
|
approve: {
|
|
226
|
-
border: '#
|
|
227
|
-
background: '#
|
|
226
|
+
border: '#27AE60',
|
|
227
|
+
background: '#EEF9F2'
|
|
228
228
|
},
|
|
229
229
|
challenge: {
|
|
230
230
|
border: '#F7C08F',
|
|
@@ -254,6 +254,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
254
254
|
border: '#C4A603',
|
|
255
255
|
background: '#FEFDF3'
|
|
256
256
|
},
|
|
257
|
+
in_dispute: {
|
|
258
|
+
border: '#F2994A',
|
|
259
|
+
background: '#FEF7F1'
|
|
260
|
+
},
|
|
257
261
|
in_progress: {
|
|
258
262
|
border: '#56CCF2',
|
|
259
263
|
background: '#F1FBFE'
|
|
@@ -289,8 +293,8 @@ const theme = (0, _styles.createTheme)({
|
|
|
289
293
|
background: '#EB5757'
|
|
290
294
|
},
|
|
291
295
|
in_dispute: {
|
|
292
|
-
border: '#
|
|
293
|
-
background: '#
|
|
296
|
+
border: '#EC6AC8',
|
|
297
|
+
background: '#EC6AC8'
|
|
294
298
|
},
|
|
295
299
|
in_progress: {
|
|
296
300
|
border: '#56CCF2',
|
package/package.json
CHANGED