From ca6f68490f6619ae565c83685e8cf13a279a2688 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 29 Jun 2023 16:45:34 -0500 Subject: [PATCH] CXTDT-427362 - Tooltip - Should not be a drop shadow on modal Signed-off-by: Matt Bruce --- VDS/Components/Tooltip/TooltipAlertViewController.swift | 4 ---- VDS/SupportingFiles/ReleaseNotes.txt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VDS/Components/Tooltip/TooltipAlertViewController.swift b/VDS/Components/Tooltip/TooltipAlertViewController.swift index 47137109..17b93a28 100644 --- a/VDS/Components/Tooltip/TooltipAlertViewController.swift +++ b/VDS/Components/Tooltip/TooltipAlertViewController.swift @@ -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 diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index 19fde7df..162872a7 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -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 =======