changed default value

This commit is contained in:
Piyush मिश्रः 2022-01-16 13:45:58 +05:30
parent 4009621488
commit 74cc17b9ce
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, 200],
color_layer: [20, 22, 25, 197],
}
}
}