@fixefy/fixefy-ui-utils 0.0.29 → 0.0.30

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.
@@ -168,6 +168,7 @@ declare module '@mui/material/styles' {
168
168
  interface StatusPaletteColorOptions {
169
169
  active: StatusColorOption;
170
170
  approve: StatusColorOption;
171
+ approved: StatusColorOption;
171
172
  challenge: StatusColorOption;
172
173
  challenged: StatusColorOption;
173
174
  declined: StatusColorOption;
@@ -223,6 +223,10 @@ const theme = (0, _styles.createTheme)({
223
223
  background: '#F7F9FA'
224
224
  },
225
225
  approve: {
226
+ border: '#88C00D',
227
+ background: '#F9FCF3'
228
+ },
229
+ approved: {
226
230
  border: '#27AE60',
227
231
  background: '#EEF9F2'
228
232
  },
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.29"
66
+ "version": "0.0.30"
67
67
  }