We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b91d commit b05508fCopy full SHA for b05508f
MotionToastView.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'MotionToastView'
11
- s.version = '0.1.8'
+ s.version = '0.1.9'
12
s.summary = 'A Beautiful Toast Library for iOS using Swift'
13
14
# This description is used to generate tags and improve search results.
Source/MotionToastStyles/MTPale.swift
@@ -69,7 +69,7 @@ class MTPale: UIView {
69
circleImg.image = loadImage(name: "warning_icon_white")
70
sideBarView.backgroundColor = UIColor(hex: "F2C94C")
71
circleView.backgroundColor = UIColor(hex: "F2C94C")
72
- toastView.backgroundColor = UIColor(hex: "456789")
+ toastView.backgroundColor = loadColor(name: "alpha_yellow_dark")
73
break
74
case .info:
75
headLabel.text = "Info"
0 commit comments