Skip to content

Commit

Permalink
library : add size button info
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 authored and ludovic35 committed May 27, 2024
1 parent f2c1655 commit e209705
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ struct TrailingView: View {

ODSIconButton(image: Image(systemName: "info.circle"), action: action)
.foregroundColor(theme.componentColors.accent)
.frame(width: height, height: height)
.buttonStyle(PlainButtonStyle())
}

Expand Down

0 comments on commit e209705

Please sign in to comment.