Skip to content

Commit

Permalink
add @retroactive annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Oct 4, 2024
1 parent eb0113c commit 7fbf66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeMachineStatus/Extensions/Color+RawRepresentable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import SwiftUI

extension Color: RawRepresentable {
extension Color: @retroactive RawRepresentable {
public init?(rawValue: String) {
guard let data = Data(base64Encoded: rawValue) else {
self = .black
Expand Down

0 comments on commit 7fbf66a

Please sign in to comment.