Last active
December 24, 2022 18:47
-
-
Save mdb1/e7773496e4db4426d7701a9683e500cd to your computer and use it in GitHub Desktop.
Using semantic colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Text("Your text") | |
.padding() | |
.foregroundColor(.Text.primary) | |
.background(Color.Background.primary) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment