Skip to content

Commit b05508f

Browse files
committed
warning fix
1 parent 4f5b91d commit b05508f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MotionToastView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'MotionToastView'
11-
s.version = '0.1.8'
11+
s.version = '0.1.9'
1212
s.summary = 'A Beautiful Toast Library for iOS using Swift'
1313

1414
# This description is used to generate tags and improve search results.

Source/MotionToastStyles/MTPale.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class MTPale: UIView {
6969
circleImg.image = loadImage(name: "warning_icon_white")
7070
sideBarView.backgroundColor = UIColor(hex: "F2C94C")
7171
circleView.backgroundColor = UIColor(hex: "F2C94C")
72-
toastView.backgroundColor = UIColor(hex: "456789")
72+
toastView.backgroundColor = loadColor(name: "alpha_yellow_dark")
7373
break
7474
case .info:
7575
headLabel.text = "Info"

0 commit comments

Comments
 (0)