CXTDT-427362 - Tooltip - Should not be a drop shadow on modal
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
a2c1228738
commit
ca6f68490f
@ -31,10 +31,6 @@ open class TooltipAlertViewController: UIViewController, Surfaceable {
|
||||
|
||||
private let containerView = View().with {
|
||||
$0.layer.cornerRadius = 8
|
||||
$0.layer.shadowColor = UIColor.black.cgColor
|
||||
$0.layer.shadowOpacity = 0.5
|
||||
$0.layer.shadowOffset = CGSize.zero
|
||||
$0.layer.shadowRadius = 5
|
||||
}
|
||||
|
||||
private var line = Line().with { instance in
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
=======
|
||||
- CXTDT-426626 - Toggle - Disabled "on" state
|
||||
- CXTDT-427165 - Text Link Caret - Container should not have left/right padding
|
||||
- CXTDT-427358 - Tooltip - Body Copy incorrect style
|
||||
- CXTDT-427328 - Title Lockup text style combinations do not match spec
|
||||
- CXTDT-426527 - Tabs - Large Typography
|
||||
- CXTDT-427362 - Tooltip - Should not be a drop shadow on modal
|
||||
|
||||
1.0.25
|
||||
=======
|
||||
|
||||
Loading…
Reference in New Issue
Block a user