Remove Color struct from document-legacy (#1012)

This commit is contained in:
Keavon Chambers
2023-02-07 17:31:50 -08:00
parent 5462bf5f2f
commit 202b0ee6ed
28 changed files with 84 additions and 257 deletions

View File

@@ -114,7 +114,7 @@ impl Pivot {
transform: DAffine2::IDENTITY.to_cols_array(),
style: style::PathStyle::new(
Some(style::Stroke::new(COLOR_ACCENT, PIVOT_OUTER_OUTLINE_THICKNESS)),
style::Fill::Solid(document_legacy::color::Color::WHITE),
style::Fill::Solid(graphene_core::raster::color::Color::WHITE),
),
insert_index: -1,
}