Skip to content

Commit

Permalink
warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersyd committed Aug 16, 2020
1 parent 4f5b91d commit b05508f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MotionToastView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MotionToastView'
s.version = '0.1.8'
s.version = '0.1.9'
s.summary = 'A Beautiful Toast Library for iOS using Swift'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Source/MotionToastStyles/MTPale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MTPale: UIView {
circleImg.image = loadImage(name: "warning_icon_white")
sideBarView.backgroundColor = UIColor(hex: "F2C94C")
circleView.backgroundColor = UIColor(hex: "F2C94C")
toastView.backgroundColor = UIColor(hex: "456789")
toastView.backgroundColor = loadColor(name: "alpha_yellow_dark")
break
case .info:
headLabel.text = "Info"
Expand Down

0 comments on commit b05508f

Please sign in to comment.