packages/theme: remove invalid and ignored theme options

This commit is contained in:
Patrik Oldsberg
2020-04-16 01:13:24 +02:00
parent 9e605009fd
commit dd4acb71a8
-10
View File
@@ -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: {