packages/theme: remove invalid and ignored theme options
This commit is contained in:
@@ -42,11 +42,6 @@ export function createThemeOptions(
|
||||
type,
|
||||
background: {
|
||||
default: colors.PAGE_BACKGROUND,
|
||||
// @ts-ignore
|
||||
informational: '#60a3cb',
|
||||
},
|
||||
color: {
|
||||
default: colors.TEXT_COLOR,
|
||||
},
|
||||
status: {
|
||||
ok: colors.STATUS_OK,
|
||||
@@ -63,7 +58,6 @@ export function createThemeOptions(
|
||||
default: colors.DEFAULT_PAGE_THEME_COLOR,
|
||||
},
|
||||
},
|
||||
// @ts-ignore
|
||||
primary: {
|
||||
main: blue[500],
|
||||
},
|
||||
@@ -82,10 +76,6 @@ export function createThemeOptions(
|
||||
gold: yellow.A700,
|
||||
sidebar: colors.SIDEBAR_BACKGROUND_COLOR,
|
||||
},
|
||||
navigation: {
|
||||
width: 220,
|
||||
background: '#333333',
|
||||
},
|
||||
typography: {
|
||||
fontFamily: '"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif',
|
||||
h5: {
|
||||
|
||||
Reference in New Issue
Block a user