config: Fix discrepancy in default shadow color

This commit is contained in:
Ivan Molodetskikh
2025-09-18 19:22:53 +03:00
parent 00a4e22566
commit 6451d6be4f
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ impl Default for Shadow {
softness: FloatOrInt(30.),
spread: FloatOrInt(5.),
draw_behind_window: false,
color: Color::from_rgba8_unpremul(0, 0, 0, 0x70),
color: Color::from_rgba8_unpremul(0, 0, 0, 0x77),
inactive_color: None,
}
}
+1 -4
View File
@@ -872,7 +872,7 @@ mod tests {
r: 0.0,
g: 0.0,
b: 0.0,
a: 0.4392157,
a: 0.46666667,
},
inactive_color: None,
},
@@ -1844,9 +1844,6 @@ mod tests {
+ },
+ ],
- a: 0.4392157,
+ a: 0.46666667,
- preset_column_widths: [],
- default_column_width: None,
+ preset_column_widths: [