From 69b21dcf3409ba25e36802fbe7adfe1452b0d4be Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Wed, 19 Oct 2016 15:10:25 -0400 Subject: [PATCH] RIFT-14850: more volume styling - 2 Signed-off-by: Laurence Maultsby --- skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index f69c2ba61..449177634 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -146,7 +146,7 @@ export default class RecordCard extends React.Component { p.push(
{k}
+ fontWeight: 'bold', textTransform: 'uppercase', color: '#5b5b5b'}}>{k}
{v.constructor.name != 'Object' ? v : buildProperties(v)}
) -- 2.17.1