diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-22 18:26:04 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 23:18:14 +0100 |
| commit | 925d8117c18d7c9ceef664eb1e74841554b97991 (patch) | |
| tree | dd7e0da25ea1a1b8494b5fc9132e347db97a372f | |
| parent | refactor: increase border radius of rounded widgets just in case (diff) | |
| download | iced_material-925d8117c18d7c9ceef664eb1e74841554b97991.tar.gz | |
docs: fix typo, unused markdown link
| -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))] |
