Skip to content

Commit 17681b6

Browse files
committed
2.2.0
1 parent dd82dd9 commit 17681b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftNEW/SwiftNEW.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public struct SwiftNEW: View {
9898
Text("Show History")
9999
Image(systemName: "arrow.up.bin")
100100
}.font(.body)
101-
}
101+
}.foregroundColor(color)
102102
Button(action: { show = false }) {
103103
HStack{
104104
Text("Continue").bold()

0 commit comments

Comments
 (0)