Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze committed Sep 27, 2022
1 parent 565d3de commit ce6a394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Assets/SocialPreview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Example/PrismExample/PrismExample/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct ExampleSliderView: View {
var body: some View {
GridRow {
Text(title)
.gridColumnAlignment(.leading)#imageLiteral(resourceName: "simulator_screenshot_B59F966E-3178-4089-A417-356509865257.png")
.gridColumnAlignment(.leading)
.padding(.vertical, 6)

Slider(value: $value, in: range)
Expand Down

0 comments on commit ce6a394

Please sign in to comment.