fixed return error
This commit is contained in:
parent
55205935b4
commit
c9c00ad298
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pub fn run_calendar(args: &CliArgs) {
|
|||
|
||||
|
||||
if !output_state.has_bg {
|
||||
println!("rgba(0, 0, 0, 0.0)");
|
||||
println!("linear-gradient(0deg, rgba(26, 26, 26, 1), rgba(50, 50, 50, 1))");
|
||||
} else {
|
||||
let gradient_color = if output_state.is_sun {
|
||||
"#ffa500"
|
||||
|
|
Loading…
Reference in a new issue