Skip to content

Commit 7084134

Browse files
authored
[macOS] Adding theme tokens (#2168)
* Adding tokens for macOS * Revert change for platformColorValue * Fixing build * Addressing comments * Moving ColorTokens out of common * Sync PRs * Use @available * Addressing comments * Remove extra line * Addressing comments
1 parent ca90809 commit 7084134

7 files changed

Lines changed: 487 additions & 17 deletions

File tree

Demos/FluentUIDemo_macOS/FluentUISwiftUITestApp/ContentView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ struct ContentView: View {
1515
Text(testViewController.title)
1616
}
1717
}
18+
NavigationLink(destination: TestAliasColorTokensViewController()) {
19+
Text("Alias Color Tokens")
20+
}
1821
}
1922
.listStyle(SidebarListStyle())
2023
}

0 commit comments

Comments
 (0)