Skip to content

Commit ce6a394

Browse files
committed
Initial release
1 parent 565d3de commit ce6a394

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Assets/SocialPreview.jpg

152 KB
Loading

Example/PrismExample/PrismExample/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct ExampleSliderView: View {
4949
var body: some View {
5050
GridRow {
5151
Text(title)
52-
.gridColumnAlignment(.leading)#imageLiteral(resourceName: "simulator_screenshot_B59F966E-3178-4089-A417-356509865257.png")
52+
.gridColumnAlignment(.leading)
5353
.padding(.vertical, 6)
5454

5555
Slider(value: $value, in: range)

0 commit comments

Comments
 (0)