Procházet zdrojové kódy

wallet: update the image

darkfi před 1 rokem
rodič
revize
ef2e4a1997
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bin/darkwallet/src/app/schema.rs

+ 1 - 1
bin/darkwallet/src/app/schema.rs

@@ -509,7 +509,7 @@ pub(super) async fn make(app: &App, window: SceneNodePtr) {
         expr::const_f32(0.),
         expr::load_var("w"),
         expr::load_var("h"),
-        [c, c, c, 0.8],
+        [c, c, c, 0.4],
     );
     let node =
         node.setup(|me| VectorArt::new(me, shape, app.render_api.clone(), app.ex.clone())).await;