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:
Matt Bruce 2023-06-29 16:45:34 -05:00
parent a2c1228738
commit ca6f68490f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
=======