mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Fix tests.
This commit is contained in:
@@ -20,7 +20,7 @@ import SwiftUI
|
||||
/// A `Button`, that fakes having a tappable string inside of a regular string.
|
||||
struct InlineTextButton: View {
|
||||
|
||||
struct StringComponent {
|
||||
private struct StringComponent {
|
||||
let string: Substring
|
||||
let isTinted: Bool
|
||||
}
|
||||
@@ -66,7 +66,7 @@ struct InlineTextButton: View {
|
||||
.accessibilityLabel(components.map { $0.string }.joined())
|
||||
}
|
||||
|
||||
struct Style: ButtonStyle {
|
||||
private struct Style: ButtonStyle {
|
||||
let components: [StringComponent]
|
||||
|
||||
func makeBody(configuration: Configuration) -> some View {
|
||||
|
||||
Reference in New Issue
Block a user