FIX: Headers height show be the same as the default row height

This commit is contained in:
Nicolás Hatcher
2024-10-24 00:12:47 +02:00
committed by Nicolás Hatcher Andrés
parent 80273a88ec
commit 7b12c2682e

View File

@@ -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;