diff options
| author | pml68 <contact@pml68.dev> | 2025-02-04 21:25:41 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-08 01:21:36 +0100 |
| commit | 7b832e2d19284abae878d701ebae7fc48acad99e (patch) | |
| tree | 71edc47b1a23ea060835a161b564b251b84917f9 /src/icon.rs | |
| parent | feat: add highlight color for Other and Custom `Scope` variants (diff) | |
| download | iced-builder-7b832e2d19284abae878d701ebae7fc48acad99e.tar.gz | |
style: rename `DesignerPage` to `DesignerPane`
Diffstat (limited to '')
| -rw-r--r-- | src/icon.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/icon.rs b/src/icon.rs index f6760d5..9dc0a89 100644 --- a/src/icon.rs +++ b/src/icon.rs @@ -18,6 +18,6 @@ pub fn save<'a>() -> Text<'a> { icon("\u{1F4BE}") } -fn icon<'a>(codepoint: &'a str) -> Text<'a> { +fn icon(codepoint: &str) -> Text<'_> { text(codepoint).font(Font::with_name("icons")) } |
