Skip to content

Instantly share code, notes, and snippets.

//
// StopWatch.swift
// StopWatch
//
import Combine
import Foundation
import SwiftUI
class StopWatch: BindableObject {
import SwiftUI
struct GreenButtonStyle: ViewModifier {
func body(content: Content) -> some View {
return content
.foregroundColor(.white)
.background(Color.green)
.border(Color(red: 7/255,
green: 171/255,
blue: 67/255),