wip
This commit is contained in:
15
Workouts/Utils/Badge.swift
Normal file
15
Workouts/Utils/Badge.swift
Normal file
@ -0,0 +1,15 @@
|
||||
//
|
||||
// Badge.swift
|
||||
// Workouts
|
||||
//
|
||||
// Created by rzen on 7/13/25 at 5:42 PM.
|
||||
//
|
||||
// Copyright 2025 Rouslan Zenetl. All Rights Reserved.
|
||||
//
|
||||
|
||||
import SwiftUICore
|
||||
|
||||
struct Badge: Hashable {
|
||||
var text: String
|
||||
var color: Color
|
||||
}
|
Reference in New Issue
Block a user