changed default value

This commit is contained in:
Piyush मिश्रः 2022-01-14 21:55:19 +05:30
parent 6e7c3804f4
commit 3c9481447c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl Default for ConfigFile {
tag_font_ttf: String::new(),
quote_font_ratio: 215.0,
tag_font_ratio: 150.0,
color_layer: [20, 22, 25, 192],
color_layer: [20, 22, 25, 200],
}
}
}