diff --git a/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift b/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift index 5f0cfe6..26f6e63 100644 --- a/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift +++ b/DeltaPreviews/Experimental Features/ExperimentalFeatures.swift @@ -14,6 +14,9 @@ struct ExperimentalFeatures: FeatureContainer { static let shared = ExperimentalFeatures() + @Feature(name: "Random Dancing") + var randomDancing + @Feature(name: "Custom Tint Color", description: "Change the accent color used throughout the app.", options: CustomTintColorOptions())