ish-ui 1.0.50 → 1.0.54

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.
@@ -3,7 +3,7 @@ import { alpha, darken } from '@mui/material/styles';
3
3
  export const theme = {
4
4
  default: {
5
5
  heading: {
6
- color: '#4b6390'
6
+ color: '#5660AB'
7
7
  },
8
8
  blog: {
9
9
  root: {
@@ -226,7 +226,7 @@ const defaultThemePalette = {
226
226
  default: '#fbf9f0'
227
227
  },
228
228
  secondary: {
229
- main: '#4b6390'
229
+ main: '#5660AB'
230
230
  },
231
231
  text: {
232
232
  secondary: 'rgba(0, 0, 0, 0.54)',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ish-ui",
3
3
  "sideEffects": false,
4
- "version": "1.0.50",
4
+ "version": "1.0.54",
5
5
  "description": "UI elements for onCourse and other ish apps",
6
6
  "main": "main.ts",
7
7
  "devDependencies": {