aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-04 14:08:59 +0100
committerSascha <GlancingMind@outlook.com>2021-03-04 20:54:04 +0100
commit79422fafb28294ad1e2ae6fe25a6d2788f57d3af (patch)
tree593de28575cc4796511e582101d0cab1ee659601 /webui/src/pages/bug
parent41c3e6ed043a153f2a995c09b8e6261d71f6c155 (diff)
downloadgit-bug-79422fafb28294ad1e2ae6fe25a6d2788f57d3af.tar.gz
Use info.contrastText instead of text.secondary
This will ensure better color managment for Message titles
Diffstat (limited to 'webui/src/pages/bug')
-rw-r--r--webui/src/pages/bug/Message.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/Message.tsx b/webui/src/pages/bug/Message.tsx
index d27f7a3d..faff5356 100644
--- a/webui/src/pages/bug/Message.tsx
+++ b/webui/src/pages/bug/Message.tsx
@@ -27,13 +27,13 @@ const useStyles = makeStyles((theme) => ({
},
header: {
...theme.typography.body1,
- color: theme.palette.text.secondary,
padding: '0.5rem 1rem',
borderBottom: `1px solid ${theme.palette.divider}`,
display: 'flex',
borderTopRightRadius: theme.shape.borderRadius,
borderTopLeftRadius: theme.shape.borderRadius,
backgroundColor: theme.palette.info.main,
+ color: theme.palette.info.contrastText,
},
title: {
flex: 1,