git.lucas.co / cce-list
things-to-remember checklist
git clone https://git.lucas.co/cce-list.git

commit1b891f99e0b8d3dac8c541604723c2bc8e176bf0
parent0d9c1fe64b
authorLucas Galante <[email protected]>
date2026-09-20 14:19
PlateSpec carries a Material (cce-ui RFC material, step 2a)

The root plate is Material::opaque(<the same colour>); no frost, no change
on screen. cce-ui@8e63dad.

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 src/main.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 17dd6c9..22ddf5f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -576,8 +576,7 @@ impl Application for ListApp {
         }
         pc.plate_spec(&PlateSpec {
             rect: Rect { x: 0.0, y: 0.0, width: w, height: h },
-            color: plate,
-            blur: false,
+            material: cce_ui::scene::Material::opaque(plate),
             window_corners: (true, true, true, true),
             depth: cce_ui::layout::bevel_width(),
         });