diff --git a/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift b/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift index 92b55c0a..38ce5262 100644 --- a/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift +++ b/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift @@ -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()) }