Skip to content

Commit

Permalink
fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update (#798)
Browse files Browse the repository at this point in the history
* fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update (#795)

* chore: 🤖 fix layout issue in Icons and IconBuilder

* fix: 🐛 [HCPSDKFIORIUIKIT-2720] Style updates in ObjectItem

* fix: 🐛 [IOSSDKBUG-346] JouleWelcomeScreen title style update

* fix: 🐛 [FIORIDESIGN-13047] Joule Menu Selection Icon Update
  • Loading branch information
billzhou0223 authored Sep 6, 2024
1 parent a4eb95a commit 40ff9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension MenuSelectionItemFioriStyle {

struct IconFioriStyle: IconStyle {
let menuSelectionItemConfiguration: MenuSelectionItemConfiguration
@ScaledMetric var width: CGFloat = 14
@ScaledMetric var width: CGFloat = 18

func makeBody(_ configuration: IconConfiguration) -> some View {
Icon(configuration)
Expand Down

0 comments on commit 40ff9fe

Please sign in to comment.