feat(RES-43): Fix du warning magick convert (#16)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
Reviewed-on: #16
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// Generated by ResgenSwift.Color 1.2
|
||||
// Generated by ResgenSwift.Color 2.1.0
|
||||
|
||||
import SwiftUI
|
||||
|
||||
|
@ -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")!
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user