FIX[import]: Set color black for text properly

I would like to have a text case for this. Preferably automatic.

But manual is ok, maybe we should have a series of workbooks we check
before every large deployment
This commit is contained in:
Nicolás Hatcher
2025-06-23 18:39:46 +02:00
committed by Nicolás Hatcher Andrés
parent a19124cc16
commit 46ea92966f

View File

@@ -94,7 +94,7 @@ pub(super) fn load_styles<R: Read + std::io::Seek>(
let mut i = false;
let mut strike = false;
// Default color is black
let mut color = Some("000000FF".to_string());
let mut color = Some("#000000".to_string());
let mut family = 2;
let mut scheme = FontScheme::default();
for feature in font.children() {