diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 22:13:31 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 22:13:31 +0200 |
| commit | 74592676444cdb9bdc2fef5dc8c483667b557a5e (patch) | |
| tree | 9481019fb81bd9dd47025298720c04004f1a93cb /web/src/components/grid/index.css | |
| parent | ed566a3f657e8256df9aabd107c199e6971a8f96 (diff) | |
feat(web): draw cell values
Diffstat (limited to 'web/src/components/grid/index.css')
| -rw-r--r-- | web/src/components/grid/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
