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:
committed by
Nicolás Hatcher Andrés
parent
a19124cc16
commit
46ea92966f
@@ -94,7 +94,7 @@ pub(super) fn load_styles<R: Read + std::io::Seek>(
|
|||||||
let mut i = false;
|
let mut i = false;
|
||||||
let mut strike = false;
|
let mut strike = false;
|
||||||
// Default color is black
|
// Default color is black
|
||||||
let mut color = Some("000000FF".to_string());
|
let mut color = Some("#000000".to_string());
|
||||||
let mut family = 2;
|
let mut family = 2;
|
||||||
let mut scheme = FontScheme::default();
|
let mut scheme = FontScheme::default();
|
||||||
for feature in font.children() {
|
for feature in font.children() {
|
||||||
|
|||||||
Reference in New Issue
Block a user