From fb2f3c739e85e27a758e6372b6063d97ae101ef5 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 23 Mar 2024 19:55:04 +0100 Subject: [PATCH] remove line --- hui/src/frame/layer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/hui/src/frame/layer.rs b/hui/src/frame/layer.rs index e95b236..1ba630c 100644 --- a/hui/src/frame/layer.rs +++ b/hui/src/frame/layer.rs @@ -23,7 +23,6 @@ pub struct RectFrame { /// Background color of the frame\ /// /// If the container has a background texture, it will be multiplied by this color - pub color: FillColor, /// Background texture of the frame