Add a DeveloperOptionsScreenHook.

This commit is contained in:
Doug
2025-10-15 09:14:26 +01:00
committed by Stefan Ceriu
parent c7f3e8243a
commit b1d2fdd122
10 changed files with 41 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ public extension ShapeStyle where Self == Color {
/// The colours used by Element as defined in Compound Design Tokens.
/// This struct contains only the colour tokens in a more usable form.
@Observable
@dynamicMemberLookup
public class CompoundColors {
/// The base colour tokens that form the palette of available colours.

View File

@@ -16,6 +16,7 @@ public extension UIColor {
/// The colours used by Element as defined in Compound Design Tokens.
/// This struct contains only the colour tokens in a more usable form.
@Observable
@dynamicMemberLookup
public class CompoundUIColors {
/// The base colour tokens that form the palette of available colours.