RIFT-14850: more volume styling - 2
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
index f69c2ba..4491776 100644
--- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
+++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
@@ -146,7 +146,7 @@
p.push(
<div style={{margin: '0.5rem 0.5rem'}} key={k + vi}>
<div style={{margin: '0 0.5rem',
- fontWeight: 'bold', textTransform: 'uppercase'}}>{k}</div>
+ fontWeight: 'bold', textTransform: 'uppercase', color: '#5b5b5b'}}>{k}</div>
<div style={{margin: '0 0.5rem'}}>{v.constructor.name != 'Object' ? v : buildProperties(v)}</div>
</div>
)