Skip to content

Commit b6e5027

Browse files
committed
2 parents 727f8b0 + d3879cd commit b6e5027

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> Radix-UI is an open source library optimized for fast development, easy maintenance, and accessibility.
33
44
[![Swift Version][swift-image]][swift-url]
5-
[![Last Release][latest-release-image]][releases-url]
5+
[![Last Release][latest-tag-image]][releases-url]
66
[![Last Stable Release][latest-stable-image]][releases-url]
77
[![Last Commit Date][last-commit-image]][commits-url]
88
[![Contributors][contributors-image]][contributors-url]
@@ -58,6 +58,10 @@ Text("RadixUI-Swift")
5858

5959
**Important Note**: All RadixUI modifiers and styles are using `RadixAutoColor` enum
6060

61+
**Most Important Note**: All Radix theme styles have a default dynamic Black on Light ColorScheme and White on Dark ColorScheme, so
62+
63+
**DO NOT PASS `.whiteA` or `.blackA` TO RADIX MODIFIERS**
64+
6165
### Icons
6266
Use icons in `Image` with bundle name completely customizable in two ways
6367
```swift
@@ -89,6 +93,7 @@ Text("New")
8993

9094
### Button
9195
RadixUI does have multiple ButtonStyles as: radixGhost, radixOutline, radixSoft, radixSolid and radixSurface
96+
9297
**Note 1**: RadixUI buttons can have a loading state after press that does change the Button label's icon into a progress view until the boolean becomes `false` again.
9398
Examples:
9499
```swift
@@ -426,7 +431,7 @@ Distributed under the MIT license. See ``LICENSE`` for more information.
426431
[swift-image]: https://badgen.net/static/Swift/5.5/orange
427432
[swift-url]: https://swift.org/
428433

429-
[latest-release-image]: https://badgen.net/github/release/amirsaam/Radix-UI-Swift
434+
[latest-tag-image]: https://badgen.net/github/tag/amirsaam/radix-ui-swift
430435
[latest-stable-image]: https://badgen.net/github/release/amirsaam/Radix-UI-Swift/stable
431436
[releases-url]: https://github.com/amirsaam/Radix-UI-Swift/releases
432437

0 commit comments

Comments
 (0)