From b567c32bba154452d75587d52842320824b23fe4 Mon Sep 17 00:00:00 2001 From: atanasster Date: Wed, 6 May 2020 22:52:49 -0400 Subject: [PATCH] fix: table group row css adjustments --- ui/components/src/ThemeContext/ThemeContext.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/src/ThemeContext/ThemeContext.tsx b/ui/components/src/ThemeContext/ThemeContext.tsx index 81e7ad1e2..01e313a64 100644 --- a/ui/components/src/ThemeContext/ThemeContext.tsx +++ b/ui/components/src/ThemeContext/ThemeContext.tsx @@ -68,12 +68,12 @@ export const ThemeProvider: React.FC = ({ borderBottom: 0, }, tdgroup: { - fontWeight: 400, lineHeight: '24px', - color: 'rgba(51,51,51,0.6)', background: '#fafbfc', whiteSpace: 'nowrap', padding: '16px 20px', + fontWeight: 700, + fontFamily: 'monospace', }, tr: { borderBottom: '1px solid rgba(0, 0, 0, 0.1)',