From 0867175a4ebf84f2fe739a23c90e8e28fec52f7c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 25 Oct 2023 16:34:03 +0200 Subject: [PATCH] Remove reference to removed `ThemeColor` --- crates/ui2/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/ui2/src/lib.rs b/crates/ui2/src/lib.rs index 70ae51bba6..76f9618a40 100644 --- a/crates/ui2/src/lib.rs +++ b/crates/ui2/src/lib.rs @@ -9,10 +9,6 @@ //! //! Expect some inconsistencies from component to component as we work out the best way to build these components. //! -//! ## Getting Started -//! -//! - [ThemeColor](crate::color::ThemeColor) is your one stop shop for all colors in the UI. -//! //! ## Design Philosophy //! //! Work in Progress!