Skip to content

Commit

Permalink
Update Colors.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudia Eng committed May 17, 2020
1 parent 8af24e7 commit 881816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FloatingTabBar/Colors.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SwiftUI

@available(iOS 13.0, *)
extension Color {
static var random: Color {
public extension Color {
public static var random: Color {
return Color(red: .random(in: 0...1),
green: .random(in: 0...1),
blue: .random(in: 0...1))
Expand Down

0 comments on commit 881816d

Please sign in to comment.