Skip to content

Commit c1cd563

Browse files
committed
Update GlassFlowerRotate.swift
1 parent ba63e93 commit c1cd563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/Demo/Samples/Advanced/GlassFlower/GlassFlowerRotate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct GlassFlowerRotate: View {
7575
}
7676
}) {
7777
Text(rotateToCenter ? "Reset Rotation" : "Rotate to Center")
78-
.foregroundColor(.primary)
78+
.foregroundColor(.white)
7979
.padding(15)
8080
}
8181
.cornerRadius(8)

0 commit comments

Comments
 (0)