tweak default rule style

This commit is contained in:
Billy Messenger 2021-08-12 09:57:59 -05:00
parent 0f5242a728
commit 6c179379a0

View file

@ -82,10 +82,10 @@ pub struct Style {
impl std::default::Default for Style {
fn default() -> Self {
Style {
color: [0.6, 0.6, 0.6, 0.51].into(),
color: [0.6, 0.6, 0.6, 0.6].into(),
width: 1,
radius: 0.0,
fill_mode: FillMode::Percent(90.0),
fill_mode: FillMode::Full,
}
}
}