Skip to content

Commit 9ddda4c

Browse files
authored
Fix badge colors
1 parent 3550854 commit 9ddda4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<p>
66
<img src="https://img.shields.io/badge/macOS-11.0+-orange.svg" />
7-
<img src="https://img.shields.io/badge/iOS-14.0+-blue.svg" />
7+
<img src="https://img.shields.io/badge/iOS-14.0+-teal.svg" />
88
<a href="https://developer.apple.com/documentation/swiftui/"> <img src="https://img.shields.io/badge/-SwiftUI-red.svg" /> </a>
99
<a href="https://developer.apple.com/documentation/quartzcore"> <img src="https://img.shields.io/badge/-CoreAnimation-blue.svg" /> </a>
10-
<a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg" /> </a>
10+
<a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-lightgray.svg" /> </a></a>
1111
</p>
1212

1313
A fluid, animated gradient implemented with CoreAnimation and SwiftUI, made available as a [Swift Package](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).

0 commit comments

Comments
 (0)