Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Release/3.0.2 #21

Merged
merged 3 commits into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/SalmonUI/Views/KStepper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import SwiftUI

#if !os(tvOS)
@available(iOS 13.0, OSX 11.0, *)
public struct KStepper: View {
#if !os(macOS) && !targetEnvironment(macCatalyst)
@State private var incrementOpacity = 1.0
Expand Down