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)',