mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-14 07:04:51 -04:00
14 lines
224 B
Swift
14 lines
224 B
Swift
//
|
|
// ButtonStyle+Extension.swift
|
|
// Mist
|
|
//
|
|
// Created by Nindi Gill on 5/6/2023.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
extension ButtonStyle where Self == MistActionButtonStyle {
|
|
static var mistAction: Self {
|
|
.init()
|
|
}
|
|
}
|