Fix du warning magick convert
Some checks are pending
gitea-openium/resgen.swift/pipeline/head This commit looks good
gitea-openium/resgen.swift/pipeline/pr-master Build queued...

This commit is contained in:
2025-05-05 10:28:40 +02:00
parent ccda606af5
commit c8950c45ac
50 changed files with 334 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
// Generated by ResgenSwift.Color 1.2
// Generated by ResgenSwift.Color 2.1.0
import SwiftUI

View File

@@ -0,0 +1,21 @@
// Generated by ResgenSwift.Color 2.1.0
import UIKit
extension UIhkjhkColorYolo {
/// Color red is #FF0000 (light) or #FF0000 (dark)"
@objc var red: UIColor {
UIColor(named: "red")!
}
/// Color green_alpha_50 is #A000FF00 (light) or #A000FF00 (dark)"
@objc var green_alpha_50: UIColor {
UIColor(named: "green_alpha_50")!
}
/// Color blue_light_dark is #0000FF (light) or #0000AA (dark)"
@objc var blue_light_dark: UIColor {
UIColor(named: "blue_light_dark")!
}
}