[ARVADOS-WORKBENCH2] updated: 1.3.0-348-g974c753b
Git user
git at public.curoverse.com
Mon Jan 28 03:41:26 EST 2019
Summary of changes:
src/views/process-log-panel/process-log-code-snippet.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 974c753b2f14e13b1d86ea7f9f3292ee3e33f713 (commit)
from 819c3014a633edabb8ef91e7f517297c387ebc3b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 974c753b2f14e13b1d86ea7f9f3292ee3e33f713
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Mon Jan 28 09:41:11 2019 +0100
refs #14781-font-color-on-process-logs-were-black-on-black-bg
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/views/process-log-panel/process-log-code-snippet.tsx b/src/views/process-log-panel/process-log-code-snippet.tsx
index a7f6c476..c8b1766f 100644
--- a/src/views/process-log-panel/process-log-code-snippet.tsx
+++ b/src/views/process-log-panel/process-log-code-snippet.tsx
@@ -18,7 +18,7 @@ const styles: StyleRulesCallback<CssRules> = () => ({
const theme = createMuiTheme({
overrides: {
MuiTypography: {
- body1: {
+ body2: {
color: grey["200"]
},
root: {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list