FIX: Set grid color to grey-300

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:40:40 +02:00
committed by Nicolás Hatcher Andrés
parent dd62dd2dc6
commit 8c0a566995

View File

@@ -7,7 +7,7 @@ export const headerFullSelectedBackground = "#D3D6E9";
export const headerSelectedColor = "#333";
export const headerBorderColor = "#DEE0EF";
export const gridColor = "#D3D6E9";
export const gridColor = "#E0E0E0";
export const gridSeparatorColor = "#D3D6E9";
export const defaultTextColor = "#2E414D";