Skip to content

Commit bbc7f5e

Browse files
1998codeCopilot
andauthored
Update Sources/SwiftNEW/Views/SwiftNEW+View.swift
Co-authored-by: Copilot <[email protected]>
1 parent b6b2da1 commit bbc7f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftNEW/Views/SwiftNEW+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extension SwiftNEW {
4242
#endif
4343
}
4444
}
45-
.opacity(size == "invisible" ? 0 : 100)
45+
.opacity(size == "invisible" ? 0 : 1)
4646
.glass(shadowColor: color)
4747
.sheet(isPresented: $show) {
4848
ZStack {

0 commit comments

Comments
 (0)