summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/src/rule.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/src/rule.rs b/style/src/rule.rs
index be4c86d1..221f48fb 100644
--- a/style/src/rule.rs
+++ b/style/src/rule.rs
@@ -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,
}
}
}