Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
NoahKamara and sindresorhus authored Aug 24, 2023
1 parent cd84ca6 commit a90b90c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Shared/Actions/Rich Menu/Models/RMIconContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ struct RMIconContainer<Icon: View>: View {
var backgroundColor: Color
var backgroundShape: RMBackgroundShape

/// Initializes with a custom view as the icon and the specified background color
/**
Initializes with a custom view as the icon and the specified background color
*/
/// - Parameters:
/// - icon: any view, will be clipped to 93x93
/// - icon: Any view. Will be clipped to 93x93.
/// - background: a color
/// - backgroundShape: Shape for the background
private init(
Expand Down

0 comments on commit a90b90c

Please sign in to comment.