@glideapps/glide-data-grid
Advanced tools
Comparing version 3.1.3-alpha2 to 3.1.3-alpha3
@@ -412,2 +412,8 @@ import { isInnerOnlyCell, GridCellKind } from "./data-grid-types"; | ||
}; | ||
if (theme.bgHeader !== outerTheme.bgHeader) { | ||
ctx.fillStyle = theme.bgHeader; | ||
ctx.fill(); | ||
} | ||
const f = `${theme.headerFontStyle} ${theme.fontFamily}`; | ||
@@ -414,0 +420,0 @@ |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "3.1.3-alpha2", | ||
"version": "3.1.3-alpha3", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |
306276
7389