<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/ShortcutsLinkStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_AppIntents_SwiftUI18ShortcutsLinkStyleV"
  },
  "title" : "ShortcutsLinkStyle"
}
-->

# ShortcutsLinkStyle

The styles to apply to buttons you use to open your app’s page in the Shortcuts app.

```
struct ShortcutsLinkStyle
```

## Overview

Specify a [`ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle) value when you add a [`ShortcutsUIButton`](/documentation/AppIntents/ShortcutsUIButton)
or [`ShortcutsLink`](/documentation/AppIntents/ShortcutsLink) type to your interface. For the [`ShortcutsLink`](/documentation/AppIntents/ShortcutsLink)
type, specify the style using the `AppIntents/ShortcutsLink/shortcutsLinkStyle(_:)` modifier.

## Topics

### Getting the styles

[`static let automatic: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/automatic)

The default button style, based on the current color scheme.

[`static let automaticOutline: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/automaticOutline)

The default button style with an outline, based on the current color scheme.

[`static let dark: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/dark)

A button style that applies a dark background with light text.

[`static let darkOutline: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/darkOutline)

A button style that applies a dark background with light text along with a light outline.

[`static let light: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/light)

A button style that applies a light background with dark text.

[`static let lightOutline: ShortcutsLinkStyle`](/documentation/AppIntents/ShortcutsLinkStyle/lightOutline)

A button style that applies a light background with dark text along with a dark outline.



---

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)