<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/activitySystemActionForegroundColor(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP9WidgetKitE35activitySystemActionForegroundColoryQrAA0J0VSgF"
  },
  "title" : "activitySystemActionForegroundColor(_:)"
}
-->

# activitySystemActionForegroundColor(_:)

The text color for the auxiliary action button that the system shows next to a Live Activity on the
Lock Screen.

```
@MainActor @preconcurrency func activitySystemActionForegroundColor(_ color: Color?) -> some View
```

## Parameters

`color`

The text color to use. Pass `nil` to use the system’s default color.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)