@fixefy/fixefy-ui-utils 0.2.11 → 0.2.12

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.
@@ -232,6 +232,7 @@ declare module '@mui/material/styles' {
232
232
  refunded: StatusColorOption;
233
233
  closed: StatusColorOption;
234
234
  pending: StatusColorOption;
235
+ resolved: StatusColorOption;
235
236
  }
236
237
  interface SnackbarPaletteColorOptions {
237
238
  info: SnackbarColorOption;
@@ -422,6 +422,11 @@ const theme = (0, _styles.createTheme)({
422
422
  closed: {
423
423
  border: '#8B9092',
424
424
  background: '#8B9092'
425
+ },
426
+ resolved: {
427
+ border: '#27AE60',
428
+ background: '#27AE60',
429
+ light: '#D4EFDF'
425
430
  }
426
431
  },
427
432
  trends: {
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.11"
59
+ "version": "0.2.12"
60
60
  }