From cdd4b581a9ffd9828557995c3fd45adc9d38c49d Mon Sep 17 00:00:00 2001 From: Harald Schwab Date: Tue, 23 Dec 2025 17:26:16 +0100 Subject: [PATCH] fix missing line colors when numbers-format is none (#118) --- src/lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.typ b/src/lib.typ index 30f072e..bc8c4d0 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1977,7 +1977,7 @@ fill: (x, y) => line_colors.at(y, default: if zebra-color != none and calc.rem(y, 2) == 0 { zebra-color } else { - fill + line_colors.at(y, default: fill) }), column-gutter: 0pt, gutter: 0pt,