Skip to content

Commit

Permalink
[#254] enum으로 다시 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
chongin12 committed Dec 26, 2023
1 parent e07a602 commit 44d4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YDS-SwiftUI/Source/Foundation/YDSSemanticColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
import SwiftUI

public struct YDSColor {
public enum YDSColor {
private static func color(light: Color, dark: Color? = nil) -> Color {
if let dark = dark {
return Color(uiColor: UIColor { $0.userInterfaceStyle == .dark ? UIColor(dark) : UIColor(light) })
Expand Down

0 comments on commit 44d4a6e

Please sign in to comment.