ish-ui 1.2.5 → 1.2.6

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.
@@ -313,7 +313,7 @@ const getDefaultThemeOverrides = (pallete) => ({
313
313
  secondary: 'rgba(0, 0, 0, 0.54)',
314
314
  primary: 'rgba(0, 0, 0, 0.87)',
315
315
  primaryEditable: 'rgba(0, 0, 0, 0.95)',
316
- disabled: 'rgba(34, 34, 34, 0.38)',
316
+ disabled: 'rgba(0, 0, 0, 0.87)',
317
317
  hint: 'rgba(34, 34, 34, 0.38)',
318
318
  grey: '#434343',
319
319
  } })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ish-ui",
3
3
  "sideEffects": false,
4
- "version": "1.2.5",
4
+ "version": "1.2.6",
5
5
  "description": "UI elements for onCourse and other ish apps",
6
6
  "main": "main.ts",
7
7
  "devDependencies": {