git.lucas.co / cce-cloud
cloud storage client
git clone https://git.lucas.co/cce-cloud.git

commit59446b10f7e3e10b4c4e7d2abd37b4fdb7d64c7e
parent62aff2b3ec
authorLucas Galante <[email protected]>
date2026-06-27 17:44
style: remove border from root Backplate container

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

diff --git a/src/main.rs b/src/main.rs
index 93cb9ac..3f7a0ae 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1088,8 +1088,7 @@ impl State {
         let bg_color = cce_ui::color::page_low_color();
         let root_window = cce_ui::widget::Backplate::new(0.0, 0.0, lw, lh)
             .with_background(bg_color)
-            .with_radius(cce_ui::color::backplate_corner_radius())
-            .with_border([0.22, 0.22, 0.28, 1.0], 1.5);
+            .with_radius(cce_ui::color::backplate_corner_radius());
 
         let mut state = Self {
             window,