From 74592676444cdb9bdc2fef5dc8c483667b557a5e Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 22:13:31 +0200 Subject: feat(web): draw cell values --- web/src/components/grid/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/src/components/grid/index.css') diff --git a/web/src/components/grid/index.css b/web/src/components/grid/index.css index 825a74a..477d40e 100644 --- a/web/src/components/grid/index.css +++ b/web/src/components/grid/index.css @@ -11,6 +11,7 @@ ntv-grid { transparent ); --grid-selection-range-stroke: var(--color-green-400); + font-size: 14px; } ntv-grid > canvas { -- cgit v1.2.3