Skip to content

Commit

Permalink
Update crates/state/src/style.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Espin <[email protected]>
  • Loading branch information
Aiving and marc2332 authored Nov 23, 2024
1 parent c0c9bde commit 149fe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/state/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl ParseAttribute for StyleState {
if value == "none" {
return Ok(());
}
self.fill_stroke.1 = Some(Color::parse(value)?);
self.svg_fill = Some(Color::parse(value)?);
}
}
AttributeName::Border => {
Expand Down

0 comments on commit 149fe9f

Please sign in to comment.