Skip to content

Commit 1c82dd5

Browse files
haavamoarunnerVetle444
authored
Resources was updated from DIPS.Mobile.DesignTokens (#645)
Co-authored-by: runner <runner@Mac-1750765609741.local> Co-authored-by: Vetle444 <vetle_96@live.no>
1 parent 3b2c3dd commit 1c82dd5

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [47.4.0]
2+
- Resources was updated from DIPS.Mobile.DesignTokens
3+
14
## [47.3.0]
25
- [Shell][iOS] You can now control navigation bar separator by using `Shell.NavBarHasShadow`.
36

src/library/DIPS.Mobile.UI/Resources/Icons/IconName.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,5 +399,7 @@ public enum IconName
399399
bold=197,
400400
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/italic.svg">View the icon in the browser</a></summary>
401401
italic=198,
402+
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/arrow_dropdown_line.svg">View the icon in the browser</a></summary>
403+
arrow_dropdown_line=199,
402404
}
403405
}

src/library/DIPS.Mobile.UI/Resources/Icons/IconResources.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ internal static class IconResources
204204
["underline"] = "underline.png",
205205
["bold"] = "bold.png",
206206
["italic"] = "italic.png",
207+
["arrow_dropdown_line"] = "arrow_dropdown_line.png",
207208

208209
};
209210
}
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)