FIX: Headers height show be the same as the default row height
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
80273a88ec
commit
7b12c2682e
@@ -44,7 +44,7 @@ export const fonts = {
|
||||
mono: '"Fira Mono", "Adjusted Courier New Fallback", serif',
|
||||
};
|
||||
|
||||
export const headerRowHeight = 24;
|
||||
export const headerRowHeight = 28;
|
||||
export const headerColumnWidth = 30;
|
||||
export const devicePixelRatio = window.devicePixelRatio || 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user