diff options
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -237,10 +237,8 @@ impl Clone for Custom { /// A [`Theme`]'s color scheme. /// -/// These color roles are base on Material Design 3. For more information about them, visit the +/// These color roles are based on Material Design 3. For more information about them, visit the /// official [M3 documentation](https://m3.material.io/styles/color/roles). -/// -/// [M3 page]: https://m3.material.io/styles/color/roles #[derive(Debug, Clone, Copy, PartialEq)] #[cfg_attr(feature = "animate", derive(iced_anim::Animate))] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] |
