merge master to samiram/fix-banner-pos

This commit is contained in:
Samira Mokaram
2020-09-25 10:17:23 +02:00
145 changed files with 3695 additions and 517 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.1.1-alpha.22",
"version": "0.1.1-alpha.23",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"@material-ui/core": "^4.11.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.22"
"@backstage/cli": "^0.1.1-alpha.23"
},
"files": [
"dist"
+7 -7
View File
@@ -82,12 +82,12 @@ export const darkTheme = createTheme({
default: '#333333',
},
status: {
ok: '#1DB954',
warning: '#FF9800',
error: '#E22134',
running: '#2E77D0',
pending: '#FFED51',
aborted: '#757575',
ok: '#71CF88',
warning: '#FFB84D',
error: '#F84C55',
running: '#3488E3',
pending: '#FEF071',
aborted: '#9E9E9E',
},
bursts: {
fontColor: '#FEFEFE',
@@ -107,7 +107,7 @@ export const darkTheme = createTheme({
},
border: '#E6E6E6',
textContrast: '#FFFFFF',
textVerySubtle: '#DDD',
textVerySubtle: '#ececec',
textSubtle: '#EEEEEE',
highlight: '#FFFBCC',
errorBackground: '#FFEBEE',