Skip to content

Commit

Permalink
remove @retroactive attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Sep 26, 2024
1 parent 440157c commit 56e5e23
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: @retroactive RawRepresentable {
extension Color: RawRepresentable {
public init?(rawValue: String) {
guard let data = Data(base64Encoded: rawValue) else {
self = .black
Expand Down

0 comments on commit 56e5e23

Please sign in to comment.