diff --git a/Makefile b/Makefile index f843fa37b..142737b22 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .PHONY: help setup format test simulator archive export clean skin # Simulator -OS_VERSION := 17.2 -DEVICE_NAME := iPhone 15 +OS_VERSION := 18.0 +DEVICE_NAME := iPhone 16 SIMULATOR_NAME := $(DEVICE_NAME) ($(OS_VERSION)) GET_INSTALLED_SIMULATOR_NAME := $(shell xcrun simctl list | grep -o "$(SIMULATOR_NAME)" | head -1) DESTINATION := platform=iOS Simulator,OS=$(OS_VERSION),name=$(DEVICE_NAME) @@ -27,7 +27,7 @@ MISTICA_DESIGN_URL := https://raw.githubusercontent.com/Telefonica/mistica-desig # Xcode ifneq ($(origin GITHUB_ACTION),undefined) -export DEVELOPER_DIR=/Applications/Xcode-15.2.app/Contents/Developer +export DEVELOPER_DIR=/Applications/Xcode-16.0.app/Contents/Developer endif # Targets diff --git a/Sources/Mistica/Components/Button/Button.swift b/Sources/Mistica/Components/Button/Button.swift index f254794f2..7c09f8203 100644 --- a/Sources/Mistica/Components/Button/Button.swift +++ b/Sources/Mistica/Components/Button/Button.swift @@ -279,6 +279,7 @@ private extension Button { func setUpView() { layer.borderWidth = Constants.borderWidth + layer.masksToBounds = true isAccessibilityElement = true updateTraits() } diff --git a/Sources/Mistica/Components/RadioButton/RadioButton.swift b/Sources/Mistica/Components/RadioButton/RadioButton.swift index 6127af8cc..12e2acc59 100644 --- a/Sources/Mistica/Components/RadioButton/RadioButton.swift +++ b/Sources/Mistica/Components/RadioButton/RadioButton.swift @@ -52,6 +52,7 @@ public class RadioButton: UIControl { override public func layoutSubviews() { super.layoutSubviews() layer.cornerRadius = bounds.width / 2.0 + layer.masksToBounds = true } override public var accessibilityTraits: UIAccessibilityTraits { diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-blau-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png index b88d1e968..f834cf11b 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png index b88d1e968..f834cf11b 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-movistar-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-dark-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png index 1141e87b8..1c3601989 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png index 1141e87b8..1c3601989 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-o2New-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png index 866732291..05e1b69c0 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png index 866732291..05e1b69c0 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-telefonica-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png index 8c98bc56b..288cb756c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png index 8c98bc56b..288cb756c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-tu-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-dark-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-style.png index 9705fde69..47dc8c01c 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivo-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png index 7ac8affb5..3012a9d34 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png index 7ac8affb5..3012a9d34 100644 Binary files a/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png and b/Tests/MisticaCommonTests/Fonts/__Snapshots__/FontToolkitTests/testFonts.with-vivoNew-style.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png index 26ece5ad2..a23a6de31 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/BadgeTests/testNumericBadgeContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png index 6870cc87d..ac42d6e70 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png index 305150c6d..af0d2562a 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png index 2163fba31..a8e72180f 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevron.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png index c5f4160cc..780d7c3f0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png index 768511740..6385252b3 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevron.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png index 195f2abcb..e61331c88 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png index 7834022e9..5ec112e61 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png index c50772ee9..8159f2d76 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png index 04fbe842d..59de450f2 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png index 8fde9cb6a..8347ecd72 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png index 87a766e73..7fb3ffedd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png index 66485e5e8..f8d8aeb94 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevron.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png index d6f16c940..74a36d3cb 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png index 0a2540498..3fa85ef00 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevron.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png index 0fafa3fe2..73a63533f 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png index c5021b911..b97e770ad 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png index 9232ec86c..bab2f43d0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png index 567e96f6a..a9ec50de1 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png index 00a0597e6..31e3010af 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testDismissButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png index 6c97cf6fc..79e543c94 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png index f30846c7b..1a2538707 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testImageAndDismiss.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png index ff5074a46..d13eb6266 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testLink.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png index 3cad8f42f..90488f291 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png index d8a044f0d..156762bcb 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testNoTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png index 3dbb50163..17272b328 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimary.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png index 3f1e2a0c8..d22174002 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndLink.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png index 4e84a23ac..e62b64a7c 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondary.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png index 1e61ae471..12fa14897 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondary.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png index e989a454b..1899635fa 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CalloutTests/testSecondaryAndLink.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png index d45f36ba3..882f64167 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFree.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png index d45f36ba3..882f64167 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testFullWith.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png index ad7f50874..48802364d 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testIndex.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png index 4d070b638..a8e0a83db 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testLeadingBullets.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png index 401d8e17b..5661076fb 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testNoBullets.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png index d45f36ba3..882f64167 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testPaginated.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png index f0d9c0ce5..6875b98eb 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CarouselTests/testTrailingBullets.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png index 1de4a5bf1..a57846fa8 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithClose.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png index c7c35e46e..6ab0bef54 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png index f9a51907e..f8a757549 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testChipWithImageAndClose.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png index 519f6293a..9b43b082c 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithClose.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png index 7836b0834..f94247b24 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png index d4db1f285..d8aa67227 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testInverseChipWithImageAndClose.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png index 422b1622f..089ebc1c0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedChipWithImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png index 627f1478e..9e97853dd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testSelectedInverseChipWithImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png index 1f48873f5..1f425ef4d 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongChip.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png index d2dcdfdc4..0be8c347d 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ChipTests/testTooLongInverseChip.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png index bace6e97e..4f39622b6 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testError.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png index f14456cf2..ae15383a5 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png index facc8dd68..572ca0707 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testForceDismissWithTenSecondsTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png index 67c5a335a..1543540a5 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png index 848e282f5..df2a77251 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png index efc2f8fa0..0afa13e67 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testLargeTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png index bbf2a9bea..ab86914ce 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png index facc8dd68..572ca0707 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/CroutonTests/testTitleAndAction.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png index 799eee3df..23ad3e9a0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testAlternativeColors.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png index 9e86ff300..ff9e1eaa5 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtonAndFragment.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png index 99b582c4e..bfe3fd503 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png index fe63a297a..1f6c4a6c3 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDescriptionOnly.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png index a8b555d98..2009798fc 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testDismissAction.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png index f5d3d2338..a6c890ca0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testFixedVerticalContentSize.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png index 8e8938c83..b8ae9b0cc 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIcon.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png index 5e73b17da..aa7d8a2e5 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testIconNoBackground.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png index 5f8732a42..e91aea387 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testImage.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png index 610cd4acf..ce8cf222a 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMinimumCard.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png index 4a1888aa3..0c72cc956 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testMultipleline.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png index 4dac4a768..3456dd700 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNoButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png index 9c8e27715..c409d67be 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testNonFixedVerticalContentSize.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png index 9356135e5..17b81cd2b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testSingleline.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png index 208f0b250..c955c5ce4 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/DataCardTests/testTitleOnly.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png index 71a116c42..6a004cbad 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testCardStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png index 4f642936a..046433abd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testFullWidthAsset.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png index d74597591..496689dd0 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testIconAsset.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png index 6ef7d2716..908035824 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testImageAsset.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png index 110b1ce0d..f33c812d3 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustPrimaryButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png index 32a31726d..cf1b65955 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testJustSecondaryButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png index 3722f0ef2..e0420db9b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testLargeText.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png index d698d9705..6326dccfe 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png index e8c92fd1b..b074514c1 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/EmptyStateTests/testNoDescription.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png index 10616a5e5..bee7c2ddf 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png index 10616a5e5..bee7c2ddf 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testContentAndReference.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png index 2835e94a7..28544fb95 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testError.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png index 202da4e39..005106bfc 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testErrorReference.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png index 34f7c3b7f..647a8c8a9 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testFeedback.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png index 629de5c61..510d3d56b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testInformative.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png index 6ebd924ff..8bd7d9115 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testLinkButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png index a96ecedca..ed8dee576 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testMultiline.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png index d9ea88ba4..5b5816394 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testPrimarySecondaryAndLinkButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png index 0d494aec1..8bc1d958b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryAndLinkButtons.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png index 19e2f1ad9..033bf7072 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSecondaryButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png index 32f352512..6e969797f 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/FeedbackTests/testSuccess.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png index 5e6edd08b..7384174b6 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/GradientTests/testGradientInView.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png index d69d6d7d5..591c4adf6 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png index 27f9d3dcc..e8cffb696 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderAndSmallStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png index 0436cd85e..b9ea8d09a 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseAndSmallStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png index 097fe73dc..b91a716e9 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png index b87b01ca2..c4d1fa9ba 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png index c2b72e99f..571e8d80f 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png index 794a229aa..f2f70b2f3 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png index 6b25e6859..7131661aa 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png index 44e5fc37b..ef5e531bf 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderWithInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png index 79030b9c1..886e30096 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png index 365c8bab6..d4246f5a2 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderWithInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png index 7abd4dce4..d426205a6 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png index c80c53319..de17ec536 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderWithInverseStyle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png index fb9ba9ddb..7a5214087 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDate.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png index b94b7c3cd..96ef731f7 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testDropdown.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png index 3a16ffff0..6e59f4ce4 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongAssistiveText.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png index 48e3607da..88d9ef177 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongPlaceholder.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png index 8ed7d0f24..8a6e32db5 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testLongText.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png index 92a74d631..72ddb88bd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testPhone.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png index f4deb7b6e..f7089bfb4 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSearch.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png index 53dc0253c..388749b31 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testSecure.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png index 2480ef0b8..b3aa30052 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/InputFieldTests/testText.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png index 940fb017f..b276d1ab6 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testBoxedRowContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png index 20a0800b7..96e2cb691 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testFullwidthRowContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png index 3d6c2420c..d366ab4fa 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testImageAlignment.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png index 5f1fabbed..9c7b78455 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInBoxedContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png index 98e433a71..715f81c70 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/ListTests/testLargeTextInFullwidthdContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png index 8878c0bf0..ae403d20b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testError.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png index 005e583ef..d9e2c1195 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png index 413e3d643..792e72a89 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testForceDismissWithTenSecondsTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png index 17016aef3..42595b97b 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButton.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png index 0e1dcc9dc..c7799f0bd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeButtonAndForceDismissWithInfiniteTimeInterval.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png index 232e470ba..83839d609 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testLargeTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png index cb93bee1f..84a2e4124 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitle.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png index 413e3d643..792e72a89 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/SnackbarTests/testTitleAndAction.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png index 216bcc7d6..0b88a287c 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourLongTabsAndSecondSelected.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png index 6659ec835..429ad6049 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourNoImageTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png index 5d1f859bc..1939a0508 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testFourShortTabsAndSecondSelected.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png index a26221056..2dfcf4641 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testThreeNoImageTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png index af81227ed..3f630dd65 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png index 225a7d2f5..066194e60 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeLongTabsAndSecondSelected.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png index df28ad15c..b0463e756 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png index 7f451afff..4380f6fe3 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTreeShortTabsAndSecondSelected.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png index cd2a253d1..964b6c8b8 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoLongTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png index 1a7b02f8d..121396393 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TabsTests/testTwoShortTabs.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png index 1d9d4f424..3e7893ddb 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testLargeTagContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png index 9939c47f9..2f47e7945 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContent.1.png differ diff --git a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png index b27a52bb8..a951245dd 100644 Binary files a/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png and b/Tests/MisticaSwiftUITests/UI/__Snapshots__/TagTests/testSmallTagContentWitchIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png index ceb835303..92ef80675 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png index a01a9fb06..ebd9f63bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png index f68f59f7f..e64aaa5c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png index 26d6c881c..cd6d6fd4d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-dark-style.png index 641d58e79..df871b02a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-style.png index d079006e8..ca1bd502c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png index c5698cbdb..008704798 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png index 03c2b8d45..7d322e23c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png index 920b71fa8..e0d1e4b1f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png index 842085ef2..9200f3f86 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png index a34f53c22..a5e7db058 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png index d292e18ef..706139018 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-dark-style.png index 3b837a599..cc1928947 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-style.png index e07002c94..9ad842096 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png index c4484c7f7..a3016bc2f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png index d6ecff486..57e27e8ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testNumericBadge.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png index 17723c563..a7911d188 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/BadgeTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png index 588bea3b6..6d501b1c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testChevronOnLargeView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testDisableAndEnableBacksToNormal.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png index 3737071ba..a1aa61831 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeLeft.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png index 52fccc40f..622f9c287 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLinkStyleAndContentModeRight.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png index b8d675bec..e905bfb9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testLoadingTextIsAlwaysSingleLine.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png index 8197056b0..a3bb7e2cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testMinimumWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png index d7231e3e6..fb4069f5b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png index 4acbce623..c60cb314b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png index 129d53c26..6d259243d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png index 129d53c26..6d259243d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-dark-style.png index c43b96882..ca67ead9b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-style.png index f1d340bdf..a905288bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png index 5762f0dfe..c471b3b3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png index 5762f0dfe..c471b3b3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png index 945c5b438..a6aec920b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png index 75adb5db4..f90cbb522 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png index 663362bff..7e5c4ac8a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png index 09e194120..dc467f526 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-dark-style.png index 12f85d561..ebb6a9cd4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-style.png index a07435c84..8ad1ac237 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png index 41e464665..67bac3031 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png index dba68d51d..471a9da25 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithDangerStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png index cafc52a09..5e315aeb3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png index 397153d1f..bb45d03d2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png index 5541736f2..b92c91b07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png index 815aa5b81..e6ec49d62 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-dark-style.png index 5bd2720e3..7d3fd0c92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-style.png index e92c5bd9d..eb5ae15ae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png index 891eaaf9f..7447775f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png index 536ba1a93..7857600c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png index e67b18d2d..5de915188 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png index c2b9c6027..d7457eca7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png index d997c1518..f4d3a03ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png index 91934b655..55a2b1c69 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-dark-style.png index ffcfb73cc..ad0dcaaf0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-style.png index cda78a548..73c4816a4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png index 5508adb88..69326f3c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png index 1c071dca0..722e904ba 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png index cafc52a09..5e315aeb3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png index abad708c1..ca83945fd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png index 5541736f2..b92c91b07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png index d35bcade9..c40b632b8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-dark-style.png index 5bd2720e3..7d3fd0c92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-style.png index a425e5da1..14bb830c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png index 891eaaf9f..7447775f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png index 4a16eb55a..756044bbd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png index e67b18d2d..5de915188 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png index 04139f244..c407fdc85 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png index d997c1518..f4d3a03ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png index d997c1518..f4d3a03ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-dark-style.png index ffcfb73cc..ad0dcaaf0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-style.png index 17aa86ef2..e80c67425 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png index 5508adb88..69326f3c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png index 487a8a719..15fbf0b0e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkDangerStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png index 5fab658a3..1aa3e1f5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png index b2f56ac25..cb5b3188c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png index 201eba2da..82cc86621 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png index 2360dd1ae..2ef2e6443 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-dark-style.png index 5119caf9d..15356ade9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-style.png index 9b1e43f1e..cdca2072b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png index 433f78d34..f64838cce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png index 25ec47d03..38f18804f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png index dbb0ef186..68957d69c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-dark-style.png index a8e6cb97a..e37700af5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-style.png index 40099295a..70a8a2130 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png index fb9103667..4623dd355 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png index fa09b0399..0370f9f60 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png index 95379de6f..1e0bc4661 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png index aa71625cd..5680febd5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png index cb09c8f96..2c8162463 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png index ad0ba29e6..c2cf43a79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png index 8cdec2eca..0726cd326 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-style.png index de8236a46..e27a07244 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png index a7e5fa0aa..358a586b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png index d19f993e5..61758e73b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png index ffa153afb..0c42b9c79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png index 488f5f1f3..98676c7e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-style.png index c6e9ad2df..4f26fb845 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png index 4603b9def..850fd595f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png index 63d337cbd..54b89fe6e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png index 5fab658a3..1aa3e1f5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png index 39d11df13..7627700f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png index 201eba2da..82cc86621 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png index ac56b638b..79b85aa63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-dark-style.png index 5119caf9d..15356ade9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-style.png index d80b6e74a..43074bd48 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png index 433f78d34..f64838cce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png index fe57f2ebe..3fbbc63e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png index 25ec47d03..38f18804f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png index 7ea88f4cf..fd24fb2d8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png index dbb0ef186..68957d69c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png index 85bf7e010..05386d284 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-dark-style.png index a8e6cb97a..e37700af5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-style.png index 58f06c797..2b713302f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png index fb9103667..4623dd355 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png index c110e0b95..5a73b38f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png index 95379de6f..1e0bc4661 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png index 1f83875de..a34b7f7b6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png index cb09c8f96..2c8162463 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png index 634784e2a..2c99973e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-dark-style.png index 8cdec2eca..0726cd326 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-style.png index 1e33e7915..d817d602a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png index a7e5fa0aa..358a586b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png index 7c2d1e5b3..c997c873a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png index d19f993e5..61758e73b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png index 5ef5581e7..f49770859 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png index ffa153afb..0c42b9c79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png index 6332cdbef..1fb1f9422 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-dark-style.png index 488f5f1f3..98676c7e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-style.png index 7f56295d7..97137ae0c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png index 4603b9def..850fd595f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png index 6d2b31808..ff55a4d8b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithLinkWithChevronStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png index beb5010c5..1739eab48 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-dark-style.png index 41012035b..91df77ca3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png index a6bdf153d..3cb27fa7b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png index 78cb0204e..07970fdbe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-dark-style.png index 41012035b..91df77ca3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-style.png index 1f4acca64..903a0a15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png index 7e8c1d5ad..fd2f07d45 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png index 83843e0b7..774c78eb1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryClearStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png index 07d1e3699..cc006da8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png index 04e6f1957..0b7fe4a5d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png index 22046c303..b9b6c58b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png index 6514ddab0..02be7c0ec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-dark-style.png index 8c20516bd..a4b447fab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-style.png index 9cf33decd..a190b7494 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png index be6680972..6d063f5cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png index e7ae30bba..83cfbb8e4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png index bbd22c4ee..d29634dc4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png index c2c42ee69..9b8266227 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png index b5d807aae..1e4c52261 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png index dc3da97cb..7ba46171c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-dark-style.png index 7e7d27051..243c8377b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-style.png index df23ec89c..1c45ef279 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png index d47461c45..c3e0774f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png index d79f664d9..87595313a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png index de3883611..21bc159c0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png index 466ffc744..00d535862 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png index 22046c303..b9b6c58b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png index 22046c303..b9b6c58b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-dark-style.png index 8c20516bd..a4b447fab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-style.png index 11674d0a3..1dafdf33f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png index be6680972..6d063f5cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png index bb1d7258c..6e97a7e86 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png index bbd22c4ee..d29634dc4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png index 99b31517b..deb7bdff4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png index b5d807aae..1e4c52261 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png index 40fa54b2f..dcac2cf08 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-dark-style.png index 7e7d27051..243c8377b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-style.png index 24fc3a75d..7865dc68c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png index d47461c45..c3e0774f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png index df0b3d4b4..c7c6991c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithPrimaryStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png index 8d0f0ac00..28769090a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png index 775e78179..9e87438d6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png index c4f9cd481..44b8d3eb3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png index 775e78179..9e87438d6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-dark-style.png index 944b28f5e..64154866a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-style.png index 835b409f7..2fea32831 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png index c0d9e5f0d..06fe72e43 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png index 204839a37..961aae606 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png index db30ba6dd..d3a76164f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png index f2ea10bb0..06eb13789 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png index 14d1efef9..234221045 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png index f2ea10bb0..06eb13789 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-dark-style.png index 944b28f5e..64154866a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-style.png index 775e78179..9e87438d6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png index 3b5cddc7b..db62f75e9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png index ee1d221ba..17852b10f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png index fd978ff52..85e0940f7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png index 93b5e37ef..5b2eb49a9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png index 711d00fd4..7439e89fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png index d43d6d3e6..d0fda7de9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-dark-style.png index a3231fac9..28e601bbc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-style.png index 0090c77fe..a525fc671 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png index 17f5337ed..77f6b7c4e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png index 670d808d0..37c6e43b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png index b5cf107c6..583715dd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png index efc810e70..be60575ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png index b4ba51264..dd93d3be6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png index 927cf7f14..20925eb46 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-dark-style.png index a3231fac9..28e601bbc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-style.png index b7f251549..ad6843f14 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png index 82f9d30b5..90793dfd1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png index fa0a9999a..85d5a262f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testRegularSizeWithSecondaryStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSelectAndDeselectBacksToNormal.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png index 4523b7c7d..0aeb361e3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png index aad417dd8..1d5736d14 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testShowLoadingLabel.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png index d2c63e562..6604aa242 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png index b2cd0e1d0..4b83af85f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png index bc6edbbeb..3a476b546 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png index bc6edbbeb..3a476b546 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-dark-style.png index b4544bc6e..d3f508465 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-style.png index 80a59797d..6c6f13fb6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png index 539ae927b..920f41d8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png index 539ae927b..920f41d8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png index b878a5ba5..930ac7b87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png index 9ea15686c..b533105a5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png index 2c43aa67b..8267fac81 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png index 0e0290e11..aa54a84d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-dark-style.png index be1943171..5fea32a2e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-style.png index 8a2c628c5..1ad17920f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png index baac6fc71..69556f59f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png index 2f5dab6ea..6f320264b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithDangerStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png index 5fab658a3..1aa3e1f5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png index b2f56ac25..cb5b3188c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png index 201eba2da..82cc86621 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png index 2360dd1ae..2ef2e6443 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-dark-style.png index 5119caf9d..15356ade9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-style.png index 9b1e43f1e..cdca2072b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png index 433f78d34..f64838cce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png index 25ec47d03..38f18804f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png index dbb0ef186..68957d69c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png index 5ff436b86..d4203a4e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-dark-style.png index a8e6cb97a..e37700af5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-style.png index 40099295a..70a8a2130 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png index fb9103667..4623dd355 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png index fa09b0399..0370f9f60 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png index 95379de6f..1e0bc4661 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png index aa71625cd..5680febd5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png index cb09c8f96..2c8162463 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png index ad0ba29e6..c2cf43a79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png index 8cdec2eca..0726cd326 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-style.png index de8236a46..e27a07244 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png index a7e5fa0aa..358a586b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png index d19f993e5..61758e73b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png index ffa153afb..0c42b9c79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png index d7a4a7db8..47164beca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png index 488f5f1f3..98676c7e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-style.png index c6e9ad2df..4f26fb845 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png index 4603b9def..850fd595f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png index 63d337cbd..54b89fe6e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkInverseWithChevronStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png index 5fab658a3..1aa3e1f5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png index 39d11df13..7627700f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png index 201eba2da..82cc86621 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png index ac56b638b..79b85aa63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-dark-style.png index 5119caf9d..15356ade9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-style.png index d80b6e74a..43074bd48 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png index 433f78d34..f64838cce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png index fe57f2ebe..3fbbc63e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png index 25ec47d03..38f18804f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png index 7ea88f4cf..fd24fb2d8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png index dbb0ef186..68957d69c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png index 85bf7e010..05386d284 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-dark-style.png index a8e6cb97a..e37700af5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-style.png index 58f06c797..2b713302f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png index fb9103667..4623dd355 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png index c110e0b95..5a73b38f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png index 95379de6f..1e0bc4661 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png index 1f83875de..a34b7f7b6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png index cb09c8f96..2c8162463 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png index 634784e2a..2c99973e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-dark-style.png index 8cdec2eca..0726cd326 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-style.png index 1e33e7915..d817d602a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png index a7e5fa0aa..358a586b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png index 7c2d1e5b3..c997c873a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png index d19f993e5..61758e73b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png index 5ef5581e7..f49770859 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png index ffa153afb..0c42b9c79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png index 6332cdbef..1fb1f9422 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-dark-style.png index 488f5f1f3..98676c7e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-style.png index 7f56295d7..97137ae0c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png index 4603b9def..850fd595f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png index 6d2b31808..ff55a4d8b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithLinkWithChevronStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png index 0826a5276..d492e1975 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-dark-style.png index 3a9956831..3df74fe4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png index f9e213436..3ce17c6d3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png index d2d021ad7..98050998b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-dark-style.png index 3a9956831..3df74fe4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-style.png index 08b27a1e4..ab176d49c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png index 324bca988..4eff04210 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png index b6f297457..51911853c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryClearStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png index 5f5b4643a..2c0262e4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png index 90875f782..d73751d28 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png index 3d5bd583a..d2d8d722b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png index 42ec78ccb..58da63cb7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-dark-style.png index 5d9240bc1..9ef5de7ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-style.png index 82a143258..a5442365e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png index 028dd8d4e..7c245dbb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png index fdea9f7e3..d7280ca7a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png index 2c7c48aea..9b9653d6f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png index 62c246098..ef33fbde7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png index e4acdd10c..1693f41c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png index 08f54f6c9..a63f940d3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-dark-style.png index ed6f3285a..f61396b19 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-style.png index 042428b11..c34c29a9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png index 27a5dbc0f..7443b4d0d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png index 99e9b470f..ffa3ca235 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png index fa053b6de..598409a19 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png index dfb80828f..1c26de12e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png index 3d5bd583a..d2d8d722b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png index 3d5bd583a..d2d8d722b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-dark-style.png index 5d9240bc1..9ef5de7ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-style.png index 3d42a0c98..9814e393d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png index 028dd8d4e..7c245dbb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png index 631bad661..d79793ce0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png index 2c7c48aea..9b9653d6f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png index 7ec719b21..839c0e546 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png index e4acdd10c..1693f41c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png index 508126159..2de72b6b2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-dark-style.png index ed6f3285a..f61396b19 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-style.png index a9c43960a..a910facdc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png index 27a5dbc0f..7443b4d0d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png index 866546682..4a0de4147 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithPrimaryStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png index bc2113a8f..0a887134d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png index f63859855..837326694 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png index af8ab0e07..5df05506b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png index f63859855..837326694 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-dark-style.png index 039de92dd..b3320b449 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-style.png index 53e532547..a7a4ec776 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png index ce579412b..20dec346c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png index a2142b195..13f26fc7a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png index adf926985..638adb4d9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png index 5b30e911b..f7f1ed2cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png index 1694cc5d4..772564319 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png index 5b30e911b..f7f1ed2cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-dark-style.png index 039de92dd..b3320b449 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-style.png index f63859855..837326694 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png index b3516a48b..aea2120f8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png index d3d2486ef..5945e1e95 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryInverseStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png index 38b93f654..03451ce12 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png index dc400f8b4..685912525 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png index a5e12b508..fe194e4ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png index 950bbf8c2..fcd34be9b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-dark-style.png index 61594292a..5999a0853 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-style.png index 8be1ce06e..e4f7065bc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png index a7f24dd28..965965309 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png index ed76f4f6d..ca579a24a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png index e43e6b31a..c4b106901 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png index a60e68685..f66a47795 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png index 014bda742..a22c80ecc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png index a32763ba7..9cc02fe46 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-dark-style.png index 61594292a..5999a0853 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-style.png index 9586fd54c..d3b249b3e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png index 591f669a7..371823eec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png index 8322612aa..353e6c2b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testSmallSizeWithSecondaryStyle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png index a12c7a0b1..e0c89a376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testStartAndStopLoadingBacksToNormal.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png index a92d629d1..bcc2219d1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testTextIsAlwaysSingleLine.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png index 27b42cf22..91350d695 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ButtonTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png index d63b2fde2..882932936 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png index e155a9fb0..bdb846864 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png index 3e4538a86..9f54c3d07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png index 5ca8f7ab5..0e74cc1be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-dark-style.png index a18db650f..05573849d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-style.png index 5e40a2e9d..2d809d8b6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png index e190bdc01..90b75527c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png index c606dc57f..bcf08619d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png index 2688e0089..261c74844 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png index 4574ee89b..b28c182a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png index a66c390ee..da6a2a418 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png index 54fbe66ea..774138447 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-dark-style.png index a18db650f..05573849d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-style.png index ea20ba7a9..40807288e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png index f47e6a85f..ca04b2897 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png index 8534d97fb..309eabd6b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png index 9e500d072..b23162085 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png index a5c5b5f92..3101419d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png index 4930dc2c9..0a65a0315 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testFullContentWithoutTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png index 38decebb0..30b16c7a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png index 65c953f99..a423b5cca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testLinkButtonOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png index 5ca8f7ab5..0e74cc1be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testMinimumContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png index 9e500d072..b23162085 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png index a5c5b5f92..3101419d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndLinkButtonsOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png index cef901f6a..aede09017 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png index 71561aff3..1a26581a5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryAndSecondaryButtonsOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png index c68f43905..d83e9123b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png index 8cfcf946d..156b0075b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testPrimaryButtonOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png index 7dc92f4ac..162dc845f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png index 7081aa464..c0db94cfe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryAndLinkButtonsOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png index 2809d55cb..8bcf7d51e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png index 3cbe4c398..234b09f0b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testSecondaryButtonOnlyWithoutAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png index 7b32401b0..e17c33e73 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowAsset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png index 2601799dd..8c5647585 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testShowLoadingStateForButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png index 7f06f641e..cf6e555c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CalloutTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png index 562b451a6..4d7ee7e38 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png index fc0b52b18..3bce35ae8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png index 42fe38704..e153f96be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png index a27f42a6d..92ba232ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png index cc923f208..4916abc10 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png index e052ad380..0ab21c0a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CarouselTests/testCellWithTitleAndSubtitleAndImageWithHeadlineAndNavigationPreset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png index 03c03c436..43bd80092 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png index dde5bb318..1981dd413 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png index 303b24941..08f40a708 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png index 5900f3b7a..04226e085 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-dark-style.png index 68ce71ed5..810d01113 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-style.png index 362e9a58b..899555813 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png index 4b58a48cf..6bccb578b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png index 4be433dba..3b4ae1b20 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png index 209897a43..a4e9dd6ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png index 4eb28b6d0..41acba347 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-dark-style.png index a41a5486b..1fffe475b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-style.png index 2bbde70cb..7c7cb82bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png index a41a5486b..1fffe475b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png index 2bbde70cb..7c7cb82bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxActiveCheckedState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png index 36354d2b1..7f7f4dfda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png index f7c491dee..35ae0cecb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png index d9e1bafbb..3a3113042 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png index 31ed0a97f..53c1fc486 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-dark-style.png index 36354d2b1..7f7f4dfda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-style.png index d415b4bb4..5eb903376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png index 31b8ee775..bfa7a6280 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png index d51f0f68d..0afb00f04 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png index ad541a379..2d111ae4b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png index 654e30804..808ffe63f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-dark-style.png index 36354d2b1..7f7f4dfda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-style.png index d415b4bb4..5eb903376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png index 36354d2b1..7f7f4dfda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png index 31ed0a97f..53c1fc486 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxDefaultState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png index d415b4bb4..5eb903376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png index 362e9a58b..899555813 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testCheckboxIsChecked.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png index e8545a643..4b544df39 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/CheckboxTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png index 7f8440e8b..a6252fb98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png index 4f6a3e576..f2c5704ec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png index 5e523ee7b..196ea7852 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png index 3e8679eaf..418f585cc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-dark-style.png index a7dedfe35..73ca64447 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-style.png index eca6e7ac5..6ed011af0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png index 86cd04647..71ff94c6c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png index e4af915bc..732de61fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png index 66fc06da4..726c061dd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png index a60fdc033..41b0a3937 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png index c9cc4bfc8..15211c2b5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png index 859c0bbc4..57ac0c4df 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-dark-style.png index a31069d48..fedc0c046 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-style.png index d21d22831..2839505ed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png index a31069d48..fedc0c046 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png index 0157f27c3..3031f5549 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControl.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png index 3e8679eaf..418f585cc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png index ae9d000bf..01e5cc36d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testPageControlChangeCurrentPage.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png index c8b788148..a5dbfa3b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png index 77e6c9bc9..766b9a7f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png index 680cff1c8..774c58ec3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png index e402c458b..34a307cd1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-dark-style.png index c2f53cdaa..cf538d22b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-style.png index bb047a045..27de115e1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png index 1609a8394..564443786 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png index 969216dc1..637233516 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png index b41c611cd..ecb35a612 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png index 8d461d50c..8756351cc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png index 6f0a16f58..52ca4d6fc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png index 906a2e551..fd8ef5576 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-dark-style.png index d14073089..89f00d536 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-style.png index 4f720725c..c1907b2f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png index e55ffa48c..b494a8e35 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png index 61d794ec1..b069d1412 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControl.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png index 222238ca0..dbaeeb457 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png index 746906a23..51ef66c4b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSegmentedControlChangeSelectedSegment.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png index 864e6d3c4..679e4c61e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png index 2b4625792..d06db8fe2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchDefaultState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png index 2f51920be..e795582ef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png index e64875c2e..94a100455 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png index b20beb607..dc3adcdef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png index 2f4770931..72b9ddede 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-dark-style.png index a82e6e7e2..46ca06ef3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-style.png index 7774bc614..b178bce17 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png index 1b4704795..dda2d8eea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png index 19f9666de..b42ce9b5a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png index 5cb064aee..03001bb93 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png index 6e5c36f68..cac53169a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png index fa2166685..8262e75ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png index 032631a21..c8b9b35be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-dark-style.png index 8c46c327c..37e92eb46 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-style.png index 9fe7ccdee..797864294 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png index 8c46c327c..37e92eb46 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png index 9fe7ccdee..797864294 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testSwitchOnState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png index c71e3e509..a962dcac4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png index 1b8834c54..2f6c0029c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControl.with-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png index 8b4006f5a..272bfc464 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png index 8a20b0bc7..2f9617de7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/ControlsTests/testTabBarControlChangeSelectedItem.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-dark-style.png index b85248507..bfa3084c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-style.png index 73f69173c..a7aff7376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-dark-style.png index 15153d810..3b7afb6f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-style.png index b57052af1..c6358dc6a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-dark-style.png index ee51c8c29..0ddccabc3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-style.png index 370c39b83..7ba900b42 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-dark-style.png index 402a58972..f8edbaf51 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-style.png index f0c0e652d..ee464ef8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-dark-style.png index 52279a1ce..cde285e51 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-style.png index 4b39a30b3..baa4c4cd5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-dark-style.png index 2a4e3950e..8f7e76bf7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-style.png index 2450b9a4d..2bfbb4383 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-dark-style.png index d388b28e3..68d47fce5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-style.png index cee9f22b7..3b8219f7a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-dark-style.png index d388b28e3..68d47fce5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-style.png index cee9f22b7..3b8219f7a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCrouton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-dark-style.png index cb70851f9..0c1da5a7c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-style.png index dc12bf578..829b85296 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-dark-style.png index 9f833c378..f55974399 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-style.png index 37514c547..26d14fd51 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-dark-style.png index 9ce597947..ef67d4dda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-style.png index 491fabef6..c00c17b1f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-dark-style.png index c519ada78..134316d9c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-style.png index d16dc4708..a7ce63b74 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-dark-style.png index 1516f1f26..e4e8f9a4e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-style.png index 5be87c173..abc72aab8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-dark-style.png index cfff93b2e..8661f079a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-style.png index ac62895f6..e727c74c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-dark-style.png index 9da5d00e4..e632c63fa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-style.png index 30aa4d3ba..097861ecc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-dark-style.png index 9d7fc5bfa..f5568e6f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-style.png index 9a23a3a8c..a1a0e46e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithLongActionTitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-dark-style.png index 5f8137747..9b4431a33 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-style.png index 94ad86e78..0649b5647 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-dark-style.png index f50189b7b..48ccd75f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-style.png index 317ae3c03..5a5438c5b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-dark-style.png index c2c545b90..cfd29c995 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-style.png index 12f885a60..5386538ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-dark-style.png index d94826f2f..2ed6e9e24 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-style.png index 83db127d9..a84f40e41 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-dark-style.png index f1e921649..28ad73a4a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-style.png index a31f2f10f..227a8955b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-dark-style.png index 6448a0ab5..9ab89cd7f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-style.png index b8e61b40f..6da8c1d5f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-dark-style.png index 1f333cdfb..e5c623386 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-style.png index 3243eb898..39fe5373e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-dark-style.png index eda00a82d..4bb487e4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-style.png index 0cedf84f8..e17eefe8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testCriticalCroutonWithShortActionTitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-dark-style.png index fd9c49177..d59d332b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-style.png index a01c8226b..affaa6f37 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-dark-style.png index a8e67ed2a..9f03c9660 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-style.png index fb1d122dd..dad13bca3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-dark-style.png index b49f1dd94..d83550686 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-style.png index ab5f46e82..44ae18372 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-dark-style.png index 7d96bd8ed..9ff6fa7a7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-style.png index 88a36f011..fb3147045 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-dark-style.png index 7786bd524..c474ef11b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-style.png index e3119bfba..58fa9bd4b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-dark-style.png index 6e6a59f6a..8a56a1c8e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-style.png index f7f6bde49..9dc7dcfda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-dark-style.png index f1e1b8b2f..1e52048f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-style.png index a01c8226b..affaa6f37 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-dark-style.png index f1e1b8b2f..1e52048f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-style.png index f76b5e996..f0d54faa8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCrouton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-dark-style.png index 38641176b..c59851b8d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-style.png index b58dfd773..6226fbc13 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-dark-style.png index faf003965..c57b02c9a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-style.png index 21b692bc9..26faa186e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-dark-style.png index b52f43ca1..08a74c755 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-style.png index f2012de44..01a235c98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-dark-style.png index 12d674599..129cff7eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-style.png index bdb37525f..c4150db5d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-dark-style.png index 30930b95b..5edd43339 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-style.png index 588fa8348..a502805ed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-dark-style.png index a20f982d6..a09d7acf3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-style.png index 596fbc323..da68fa47b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-dark-style.png index f70fe4681..25eccc17e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-style.png index 83563cdd8..c1a975b28 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-dark-style.png index 7c89b1135..5bca49d2d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-style.png index d01114594..f5ae684f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithLongActionTitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-dark-style.png index 26ac14635..6800e466b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-style.png index 69cd03838..b05a1cf89 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-dark-style.png index aa42f0f0e..6c55d7cce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-style.png index 1733baab7..45d7b8a72 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-dark-style.png index 9924ff167..8baa7c196 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-style.png index 47d401c15..ad8c12f58 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-dark-style.png index 635483fa2..4ca2351cf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-style.png index b46c10976..4fb2b581f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-dark-style.png index 97dccffb0..4bd01eca3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-style.png index 373558fa8..30cfbdd70 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-dark-style.png index add97895c..7f0687596 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-style.png index 3b4a70fbe..4611d3cdf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-dark-style.png index 09c2c6822..f00325ea7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-style.png index 9844ab874..29508ab50 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-dark-style.png index 29d1234be..4af653377 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-style.png index 4086ab95c..7cc6a7581 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/CroutonTests/testInfoCroutonWithShortActionTitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png index 9036f7d1a..f45890f7a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png index cad93ed42..7fdd860b5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png index ca9302451..bc728a174 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png index 10f1dcf0a..237390730 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-dark-style.png index df5dbb260..b26ee2adb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-style.png index 3fa340695..5b3ea40ee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png index 17920e65d..0a3785a92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png index 1ecacfe3a..646fbcf40 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png index b6e71a36d..e87a78d98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png index 3a28f7b17..afc5012c0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png index 9b57db3e8..14032002f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png index e60e932de..e51d818fc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-dark-style.png index 16b199571..d4ab10506 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-style.png index 7b1270030..d173e5a92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png index 348944539..aa07ae336 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png index bde0a446a..58c88a356 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png index bd967a693..2ae928914 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png index d23135c51..e5840271a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutFragment.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png index 818920317..b29f1ac30 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutHeadline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png index 06660e9ed..d57f3ae06 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png index 4cd110866..12d136534 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testFullContentWithoutSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png index 10f1dcf0a..237390730 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testMinimumContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png index ab470a35b..4be71c153 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryAndLinkButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png index 740f97bc0..d668ee382 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testPrimaryButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png index 1270f6967..bb00240be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png index b3ed45bfb..5e260d3e7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowAssetOfTypeImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png index 437a58e6f..24b13c89d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testShowLoadingStateForButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png index 339cd6490..cf548aafc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testTextsWithMultiLine.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png index 85ceb1a2f..173c96198 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DataCardTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png index 9f93ca9c2..a1b0e226f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png index 49da27e2a..7a46e78eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperCurrentStepChanges.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png index c6a71f2a2..e25980dd1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png index 5249cb2fe..78a61bbbc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png index 823f93ad3..34b2863a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png index ff4976f4c..aed839349 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-dark-style.png index 764f288c4..c2046ce07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-style.png index 4514420fa..bce7cec70 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png index bacc6f175..ba7ad6a59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png index 9f62a6e6b..95a28a030 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png index d76d5285f..8e4c3fb29 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png index 6ec37b3d5..0308d6e45 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png index c668e2172..343040f25 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png index 5ad6b93d9..f4f0c8b6b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-dark-style.png index 73f6c18bd..69725e3ed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-style.png index de998aebb..bc2564446 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png index 2aa9dc513..2c0f3c79b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png index 2fcfbcd04..319910fea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperDefaultState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png index 9f93ca9c2..a1b0e226f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png index e0b848b42..0c3fea3db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperNumberOfStepsChanges.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png index 9dab43e2e..993b05913 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/DeterminateStepperTests/testDeterminateStepperXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png index 559d74b22..9dddd459b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png index 93a40adb4..0decd3437 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png index a9bf9db46..89fa1f90c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png index 0f8050d10..077872137 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-dark-style.png index 0f89a6fc4..0886030ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-style.png index 5b538c02d..8de6eb957 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png index a23433695..d3d61e1a5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png index a17a599f1..c6a44dbdf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png index e4745fe4c..be87518f7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png index 5e3756991..cf9c19d79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png index aca97d5cc..63f0c2df6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png index 5df7c3eec..a90773d5b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-dark-style.png index 0f89a6fc4..0886030ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-style.png index 93a40adb4..0decd3437 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png index 077d1bd23..3d826b181 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png index 112ece790..5d0b163d9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png index 4acaae89e..e89282685 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png index ed9bf9de0..0b65b55fa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testEmptyButtonOnlyAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png index c80dec049..5209a0c0c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png index b443b7d83..2c54fc7af 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testFullContentWithoutDescription.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png index ebe37046b..c5622b57e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testLinkButtonOnlyAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png index 0f8050d10..077872137 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testMinimumContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png index ba7c61e8d..f9b6af622 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png index ba7c61e8d..f9b6af622 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryAndLinkButtonsOnlyAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png index c0dd133c8..1ddf15216 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testPrimaryButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png index 015ef868c..1cf72c50c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png index ad45d1bc4..45ac471a4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryAndLinkButtonsOnlyAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png index 175ed0b28..6dd5dae27 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png index f33cb8180..8bb7d84a1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testSecondaryButtonOnlyAsACard.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png index c0dd133c8..1ddf15216 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowActions.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png index e52c05dae..be35f076b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testShowLoadingStateForButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png index 5a4dcf984..3ab5564ad 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/EmptyStatesTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png index e270ce93d..b3d0bfce3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png index 731d7d597..0d53b9acf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png index 7d6d6549c..52079ceba 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png index 8eb5e4777..7ebaf905b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-dark-style.png index c28e97250..0423c0461 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-style.png index 830ebac16..1f4643feb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png index d89184eb6..9c0752469 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png index 1feee9faa..10fff3905 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png index 2c96c3309..d2fd6f0d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png index 2e1d0a73d..34a6470b0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png index 4c803295a..c5a8940a3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png index c54ebe60c..4d81dea68 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-dark-style.png index 2cea3123d..94f07b588 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-style.png index 1e2697fa7..b97b68b13 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png index 7cc005867..21c397891 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png index 929e05d29..900af7756 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithButtons.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png index 2a7af2a83..a348abdfc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png index 18acf5614..0d56ca4e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png index 597cdf42b..8f6fed462 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png index 198169c04..b2120da50 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-dark-style.png index 28f14e654..c4ed3c29b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-style.png index e49bc557a..f47702802 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png index 58927995a..a2997e329 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png index 811eaea06..10a522341 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png index a78e7ec56..48bcb32cf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png index 08c9a4c17..f714bd2e3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png index e70579d9d..c0cadf3ca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png index 775a07998..6264b0119 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-dark-style.png index c1e5de48a..9c1ab52f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-style.png index 23382a675..3da0b3fba 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png index 528350789..fbb477c77 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png index 8ea0f6edd..b44737d74 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorMultilineScrollWithErrorReference.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png index 0995db84a..63f74d3fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png index 2ba8de4b1..3b587c254 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png index 23168fac0..5a0366521 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png index 80668e58d..525619ad5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-dark-style.png index feb863207..ce65c115c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-style.png index 186a71598..c62470901 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png index a2d6a312b..dbc9445c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png index 7834ef005..9986628b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png index 11c334265..cb68008fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png index e07c9916d..f843073bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png index f7c6ecf86..a99b5e3f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png index ed638cd5b..e81baec5d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-dark-style.png index ec6f544ab..7db4ed1a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-style.png index 58efe9a28..392be6332 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png index 854a8abe8..b1d3c552f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png index d847deb1f..ff59b9aae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryAndSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png index e31edde22..22d3060d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png index a6b7c096b..80f46d8ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png index 652b262e8..77dc04c11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png index 7e5606bbb..9fe2ef704 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-dark-style.png index cf404bc89..bf239a867 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-style.png index d06d13aec..a75ac0e57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png index 3661cf958..988dc9f36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png index dc77514c9..1310ee0af 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png index eee652c19..06e8d2eb2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png index eec4e2a35..6593aa01b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png index 31fbf994c..a7be1e139 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png index 1f44520e8..9effe0fed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-dark-style.png index ad0956d8d..b977c685d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-style.png index d27ea5607..65f945907 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png index 4e914d3a2..0d255d70a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png index 0dded80a1..8514b0ad4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorPrimaryRetryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png index 5b1f46548..f4cf6a696 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png index 8893bdb74..13ceca444 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png index d668329b5..076e49898 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png index a679622db..8b5513223 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-dark-style.png index f562f40fa..f3a2ac10c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-style.png index 6d5612100..0b544f673 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png index 6eed63b54..459921eaf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png index 84eaca5db..6aca57aaf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png index 73dc8f1e6..2ba2fd1b8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png index 9d2d205e1..81088c57a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png index 7da741585..586553c28 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png index 9f5e929a3..25d29cd99 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-dark-style.png index de2d6f1a8..7fc2083f4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-style.png index 17245bf33..85cfc131f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png index c9f5fac03..4e106cd45 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png index 925842b7c..b5ed46c66 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png index 841e10391..1d7ee75f0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png index e657e9abe..f58f157c0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png index 4a7c77c09..99fde3393 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png index 4b2751e2d..786e94416 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-dark-style.png index 234f2ece4..beb36f78b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-style.png index b7a62f67a..1c0332253 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png index 196ee34a5..a84e7c3ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png index 71e0d64be..af5eefbdb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png index e78fa67c2..a935bb3ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png index b760e26f4..781a4e6ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png index 9af4ec080..efcb3a959 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png index 87a15f28f..5ff5b6a7b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-dark-style.png index 3538fa4af..1c03934c9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-style.png index 5bb475339..9189f20c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png index a24f26b54..6ed6abf29 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png index baf524c45..3ee81db36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorSecondaryPrimaryButtonCustomView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png index 241869871..55ef4e10b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png index edc701329..89968d596 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png index 7caa8ff93..81a94bcb2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png index 1a3445cff..8ee63065b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-dark-style.png index 635bce19a..750e6cc88 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-style.png index 15abbeabb..512d84b4f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png index e932fc225..19e3e49a8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png index aa2c35bfb..9eeed0285 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png index f841681eb..330c69b59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png index 3e3bff89a..c50923898 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png index c0e8a5f1f..707db79bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png index 174b07b76..9c46297e6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-dark-style.png index 976053a96..dbe7891b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-style.png index 27e84a123..13978ac77 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png index dcfe51de5..74ebe1b11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png index 4e9cdd0b7..bab8c22ec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png index a52f19053..ad2be6cd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png index 3d0084ec9..2dd3cc339 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png index de4f14956..b2e9d7d2d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png index 357b89077..8e98fbbc3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-dark-style.png index c3d4035c7..44fcab4c9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-style.png index 869e80b97..441a8e731 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png index 34f13fcd4..d27bbd296 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png index 137d2c540..958a891d1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png index d4a79843a..8ccb6d2a9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png index cac2f0dfa..ec620b5a8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png index 6d1b8dcbd..1770006c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png index 6ab80c33e..f2f202549 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-dark-style.png index b457fba93..8c4085285 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-style.png index 5b3e6cf24..83697e864 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png index b89545ed8..776acd03d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png index 014f2fb38..30139f76a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testErrorTitleSubtitleAndErrorReference.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png index ef0dd8c30..0076864f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png index 2f64031e8..aea90dbea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png index 80043a5f0..4ce2430b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png index 48b0845e2..a6e9376ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-dark-style.png index e0db9c0fe..1125a0c24 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-style.png index 909738527..3eec150d3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png index 03080548c..3cc850369 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png index b37363a7d..bbe20f060 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png index 4ce55dfbe..5cac8cd36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png index 5d1457d83..32c310b11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png index 0e49816ff..0450f9842 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png index fefb6559a..5eb3a5d5d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-dark-style.png index 2c52ebea7..43d431f63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-style.png index 5b3a0d1d9..3dae01bf9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png index 384230ceb..60e59d81e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png index d39989042..b7c435f6b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testFeedbackTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png index 0707afd57..0914be970 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png index 8c86827d8..ca882cdb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png index 8cb470ece..57f0999b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png index 808aa8a66..26751e867 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-dark-style.png index 833f06f3b..16bc30464 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-style.png index a6ea7800b..c3601118a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png index 7a454d52e..17d318e8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png index 27a630f69..f6b17d37b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png index 6fd894278..79dcecdea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png index d39fa1918..0ba7ac903 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png index 8ac7302e5..8ab98b2a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png index fc2003954..8fcf02739 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-dark-style.png index 35434ffcf..4fc03c4ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-style.png index 3086b0062..fe4d9a4c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png index 52476913e..50501be3e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png index f2df45cdc..ace31f687 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeMultilineScroll.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png index 024e60328..24239d2eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png index cd1297d61..52abddfd4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png index d97f575d5..de91e1998 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png index 960c61256..6313f0208 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-dark-style.png index 6036b932b..7c46a51fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-style.png index e4a3655c6..ce54a9e18 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png index 8d7fa7c5f..e90ba2826 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png index 7322ada49..e7fd1864b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png index 4cfeb027c..16a9e7e59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png index dc214f28d..1fade0f66 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png index cb3e4a04b..49e07d163 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png index 8a701f441..8045c628a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-dark-style.png index 066be4df4..7e9a16a89 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-style.png index 4a44b7f51..9bb65598c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png index 32935efd4..5412c1449 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png index f65680aa1..b8e34d0ed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryAndSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png index 9d7cee4c1..836b08661 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png index 16d42e9a3..2b3e9bdae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png index 09431506b..88f926c57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png index 154a76c84..324c83877 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-dark-style.png index 9ba96cb9e..05e8d92ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-style.png index 5bd2ab356..d634ecefc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png index 626865f7e..3f9690489 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png index 4f0a21400..6c30981eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png index 3335771c1..88ff885ae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png index 01eda448f..943a26db9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png index ab93ee917..afe20a323 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png index 43a4ae0ac..db1a81182 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-dark-style.png index 3819cbc9b..95b25ec9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-style.png index 824774aee..67e16cdff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png index d7aa14998..5ee7b6f1a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png index 163f5f160..c1e06bc84 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativePrimaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png index efed23903..ab6bb3123 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png index 30d8e7dcd..cb271eef3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png index 442e380ff..d916eb3c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png index cdeb10472..ed639e6dc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-dark-style.png index 2465109f6..f0f54937c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-style.png index d4d33b8b5..8dd5b51c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png index 8b23c0d0d..f2c0b88ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png index d8b1b0934..bb6b9decb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png index 5b8f3f198..cfb831a23 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png index c06647335..34b5a88c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png index c733610e4..55c740ab9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png index ff0e769e9..7ae1acfa5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-dark-style.png index 427b85718..2fa28f0d1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-style.png index e6c0918b2..2205e8100 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png index e22d02769..2b2e34aaf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png index 3ad2a5117..e256a359a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png index 7b2740b58..076e58ca5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png index d9f3745a4..9f5395347 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png index 0cbc22e9b..92e0048d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png index 85e6f9fc4..f539cebd4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-dark-style.png index b6be49bcb..00429288a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-style.png index 6ee5d2766..a87d824e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png index 1bf711a17..31d3bbf0d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png index 3f6acf147..d1b9b062d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png index 19a39514a..baa3f2fc9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png index c91d36726..36ffe686c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png index cf0764894..6af4b8a6d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png index 7d817ceb5..b21e5d502 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-dark-style.png index 1a03cd288..db4fcfedc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-style.png index b8d2227ac..9c877db2b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png index bfb254385..a65201b9d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png index f4b69009a..9e399f5b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeSecondaryButtonLinkCustomView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png index b1abfcaa3..d8cd0c65a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png index c87d239f4..334941dbc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png index e560019d6..2fc7c7ac2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png index 5fd7087db..dae6bab95 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-dark-style.png index 495d31352..06a12815b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-style.png index 45c2150e9..568867038 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png index 0595b6fa6..4f282eaab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png index 76c164fb8..fa683952d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png index 8f568154d..64f5eba82 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png index a3ff136da..65e928b22 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png index 8e4a48a35..f8ff4989c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png index 398846ff6..99d471d34 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-dark-style.png index f4c2a5ced..805fc2b32 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-style.png index 3571e4845..1533088aa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png index fb8ea1217..3005f3475 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png index 6a06f5116..fb58fa1e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testInformativeTitleAndSubtitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png index 8da363fb8..898d60758 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png index efb427cb5..0931ddbf5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png index 051bfb789..908a70cbc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png index a9a584a84..70d29653e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-dark-style.png index b365f4d3a..1a9e41f5c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-style.png index 834a464d3..97c31c016 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png index ab418ac97..c5a5d722c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png index 9b693680a..970fa6dc4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png index 2b6d7894c..755020ceb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png index e48c33797..5ff6ad7b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png index d5fef76a3..8dbeea8fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png index 635586a37..c5e9cbe70 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-dark-style.png index 6dee20155..bdeabe597 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-style.png index 36a578f7e..ebd1d6449 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png index ec5c44d13..f64969278 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png index 7c4193e12..9a9e50468 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessMultiline.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png index 6ee66e394..a38bb285b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png index f170424cf..ada3d1c65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png index 8e745f1d2..b9bf38e08 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png index 9c29db45c..eba1f2f2a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-dark-style.png index dbbf9e6c1..2aaca2a99 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-style.png index a17a053b5..4ccd7f3ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png index 16b64a348..2ef40d4b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png index a79963239..24b3f267e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png index 87a8273fe..9dfea4d8e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png index c5c520f02..6d2a12d0a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png index a3dfbdf03..2c6d48a09 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png index 41f4ce8d5..2a934bb88 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-dark-style.png index 8b2d8d686..e793f5f73 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-style.png index 4270405a6..f80ba9376 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png index 95df05696..4124a13ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png index 2c838656f..20c813b61 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png index b9eeec3e8..62ce28bb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png index 1d9e75bb4..6788f94c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png index 7d0fb8a0e..af4ca8d52 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png index 19356ce3b..67505d5ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-dark-style.png index 21379323e..6fd349fb2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-style.png index 88d7e37c7..949bb06f9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png index a92ad7d35..c7f7ba518 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png index 85f27dd03..85b2aedec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png index e3c8e0cb4..a5089c18f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png index b71cbcd2c..49c8697d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png index 00c800e6a..dd0f5bdd2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png index 33b49f27b..41d5068f7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-dark-style.png index c4f60d439..b2de61332 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-style.png index 29f088840..82338282b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png index 919b42916..9dc83688f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png index 900442f27..b4aa2be35 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryAndSecondaryButtonLinkCustomView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png index d90b2fe0b..395090b18 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png index 2d4259ded..2357af6fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png index 302563098..ac275c755 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png index 0222fbadc..7c58111e4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-dark-style.png index d4034eb91..28eff7e63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-style.png index ee6c3260b..f6e16e6fd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png index 8d869eade..1d97d7c94 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png index 9e71a29ad..acce23b3e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png index a5463feaf..4a366ab67 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png index 99ed4e839..175627b79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png index 89a460c72..f82eb3e11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png index d0f0d8444..d22a2b805 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-dark-style.png index d0bcb5fe7..cf6aa2cb1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-style.png index 4c992fd0f..62d1f2976 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png index 5890c84e3..1acdbe345 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png index a8b222392..1443bd1a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessPrimaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png index e1e297718..d1047fc2d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png index ea48a87d5..d150d61a9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png index c81a27a03..072b9a5c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png index 6f7ad3999..a3ea3ea04 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-dark-style.png index dee7e4281..dbbc28519 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-style.png index 0fad51ac0..c558260bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png index 0dc478884..f44f849bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png index 88af551e8..0dd534139 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png index b55289e2a..c8177d648 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png index 71552ed49..7fb23c35f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png index 29bd6b85a..b08ee24d2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png index b07829780..5d93158bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-dark-style.png index c5e146bb6..233d71a35 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-style.png index 3e56d4d53..dac663c39 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png index 50e7d72f2..045107200 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png index c82f339e5..94e7a809c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessSecondaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png index 34c51b846..aabdd1fd6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png index 30792320b..8429f44c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png index 6fd7c3999..e9f346107 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png index 3b1287da7..259d483ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-dark-style.png index e3dd11c1a..ef85e9c9d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-style.png index e2109b994..d8e690728 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png index be64ccf95..3811f5bc1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png index 49ef30a38..03319fc9f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png index bb47d3187..6a64b70d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png index 88bae9dcd..3e57257f4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png index d40214156..abd2e9cac 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png index f85facf74..5f0d2dde7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-dark-style.png index 155c4a84b..84dbaed93 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-style.png index c9376dccf..6b3fbd13d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png index ce9dc3db2..2a0d53798 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png index 92f51e711..e9045e5f8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FeedbackTests/testSuccessTitle.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png index 25405c3e4..3eca2571d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png index 13ceba9f8..0e73c3672 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png index 3a94ee676..242e06e59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png index aed3d54e4..e8b581ada 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-dark-style.png index 5d4820258..c2d089b75 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-style.png index f123ce03d..9f7e354fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png index 9dd2368b5..bfadaa4e9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png index a91fd77f1..8c1f0dc47 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png index 3aab212aa..a4e63bd0d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png index d3576e619..490105158 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png index a76049d7b..6b2984eb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png index 2c26f2a72..5a2c8a0bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-dark-style.png index 5d4820258..c2d089b75 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-style.png index 7e4e01cf4..066d19fc6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png index 5d4820258..c2d089b75 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png index 7e4e01cf4..066d19fc6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSegmentsInFilter.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png index ea4eb0eb5..838c21dc5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png index 5bd9aeccf..4a88107cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png index e21c6fd28..529538a36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png index 69db42b0c..2efdb40a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-dark-style.png index bed9a5296..7c6729b3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-style.png index 4e260bd91..6f75af2e9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png index 0bc87e7ea..d413b133a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png index 08d6684dc..154a47bdd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png index a7497a38f..55b89f50f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png index 9949c61da..e1b390959 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png index 5705b3fef..637c6136c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png index d817a031d..a173ca7c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-dark-style.png index bed9a5296..7c6729b3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-style.png index 6b4c2cfb5..083d8fc92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png index bed9a5296..7c6729b3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png index 6b4c2cfb5..083d8fc92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FilterTests/testSelectedSegmentsInFilter.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png index 7e670c8ad..7cdb5eab4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png index 51833d541..cdc282499 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testAddInputField.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png index 863c262f6..093682de3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png index 224fc053f..80224c8f3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png index 5989ff060..3f39011a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png index 1f83c469c..8097b9896 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-dark-style.png index 73d7605d8..9476562ff 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-style.png index 67937c7c2..caa7b9d99 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png index 1c24177a3..500709c9c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png index 1d578c4a3..90b752990 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png index 0ffa45964..4e4407c7b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png index 833363734..4436c1753 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png index 66d7a4a4f..97abf8f45 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png index 453573c61..11dba1cf1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-dark-style.png index b0b4c8122..73af46753 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-style.png index e939204e9..65eb961f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png index 58b73eda1..8a8d03412 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png index 0a7851a96..086f217b0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonDisabledAndFooter.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png index d1333f352..fd7f80c01 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png index 5b7a5a5db..10384e730 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png index 0fde42ee9..a0a305728 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png index 33feb73c7..37a6bb75d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-dark-style.png index 76d3ad4d2..c9728f4d4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-style.png index 35d9fb897..ff17e9dfc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png index fe79de3f0..7fc1e1a3c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png index e521b5350..2c6ae18bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png index d1bad9c0d..04fd03874 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png index d9022d986..a32cbe3a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png index 53de680fb..ab1bd0115 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png index 6d24bf1b7..a0c679157 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-dark-style.png index 46631fd4d..303230892 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-style.png index 3a2e0c2a2..05b6a9e33 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png index 078964d4a..53da3dc0c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png index 6a25ff028..24ce26503 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testHeaderAndButtonEnabledAndFooter.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png index 8e9dcf8e3..f534469c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png index 8e9dcf8e3..f534469c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldIsOptionalValidationDoesNotShowWarning.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png index ef48ea514..ad646943c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png index ef48ea514..ad646943c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryAndFillInValidationDoesNotShowWarning.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png index 8e9dcf8e3..f534469c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png index 416b6c4a1..bb7358dee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testInputFieldMandatoryValidationShowWarning.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png index e58ebfaef..568d05185 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testOnlyOneInputField.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png index ae8cbed70..413232630 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png index 0da0581c5..fba0e0dfe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testRemoveInputField.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png index 111176e48..646835e00 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/FormTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png index 3e187f691..9faf44d76 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeader.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png index 298fc9a41..edbcce444 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithAlternateColorsInverse.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png index 09f2626d2..e18aa0304 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTexts.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png index 218b3f741..cc40d0b68 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testFullHeaderWithLongTextsAndLineLimitToTwo.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png index a5a4f6130..a25150d43 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeader.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png index abcca7cdb..2edcde59f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalDescriptionHeaderInNavigationBar.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png index bf6928ff7..f487c6e2b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeader.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png index 1ec99ec9d..46142e473 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalPretitleHeaderInNavigationBar.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png index 6ac243f87..eeb9db18a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeader.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png index 5b0b5ca6b..6c518d572 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HeaderTests/testMinimalTitleHeaderInNavigationBar.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png index c2c79455c..27929300f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testBackgroundImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png index a8e58a7dd..22f4acb1c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png index 2ba7d1a55..9a0a357ec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png index 1161984af..642eb8092 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png index 5fdcfee38..59ba93431 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-dark-style.png index cac17c06e..2a60ba3e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-style.png index 5faba84e6..dc0b8e58e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png index 79b02feb4..df750ef98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png index d8f4e337f..debf0232a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png index 713386546..2f85f2333 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png index 52c5d8670..1018290bc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png index 2dd46453b..d78a57b78 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png index 4a784e3c5..ba187aeee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-dark-style.png index f6c4ed602..132e7703a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-style.png index f8bc31424..cccb68578 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png index 3e1cdeb54..01f387fb5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png index 58c372edb..3f10f2b9b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndLinkButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png index 7fd3e13f1..e8deba5c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png index 12f1deb74..6132773c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png index eee03c64d..14654f3b2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png index cd965e298..b4a8fd2d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-dark-style.png index fccfde31c..b83351d15 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-style.png index b86442509..2ba454ab0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png index 6a5cb6104..776629472 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png index 9b32b8b10..0fabe28da 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png index a1882d4b3..2d8ad0316 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png index bd8d6d5cb..ff65040e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png index 474141f47..c5a4c250c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png index 41339bb14..dcfd2f4b0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-dark-style.png index 5ea64d6e0..f2a0563f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-style.png index 9e7e35d63..a274c0ef6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png index e8473e1b4..66fb50c84 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png index fff2f4baa..eb7b46375 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndPrimaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png index b5c5381de..5aad97690 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png index 00bb13d9a..e70d89287 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png index eee8d4de7..4d91138e0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png index c88503135..cd1d00d33 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-dark-style.png index 146d7fdf5..bd81c3ff9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-style.png index 9e84a57ef..d45d72294 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png index fbaad496b..d7c35ee93 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png index f7c52d0b8..9f3535e62 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png index 2f7749f8b..6bed93be4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png index a9d5e4a8c..f7318941b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png index 961025837..43798a164 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png index dd87cf3dd..c0fc85637 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-dark-style.png index 146d7fdf5..bd81c3ff9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-style.png index 17710da6c..33111847c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png index 93cac9564..b3c17c5a4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png index e1f28c035..69be0e28a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testInverseStyleAndSecondaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png index 1af4c61e4..aacedb236 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testMultiline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png index 33ffb4968..b6490820a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png index 7067d5ee5..a701eaeaf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png index f08ba0855..1f0f866d4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png index a186c74a1..b898db9ca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-dark-style.png index f50c0eba4..c78f69826 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-style.png index f1f183b9e..99aaadabf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png index c986e7a23..ca48b40f4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png index 82d91be4e..41fe73289 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png index ffda3e56e..1f3832e6f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png index 1a418d726..1d27a6751 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png index 5853a428e..9804f0411 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png index d43c957bf..4c71a9aa5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-dark-style.png index 00e43aa83..c2ce37dc3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-style.png index 67a295c30..e98fec6eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png index be3ff7e2d..a134769dc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png index 2815141c7..80cba3c47 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndLinkButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png index 5377304ec..77bd37d47 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png index d087e8fef..8d0e77e2e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png index fc2444d36..fe3bbe509 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png index aa53064cd..bb0f194e1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-dark-style.png index 41ab2b1d9..deccbacf4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-style.png index 9c0604240..adfd0233a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png index 8b054c9b2..ba8674bdf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png index 12f16785f..a16188b4f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png index ab22eb104..6d964de23 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png index 1442a4644..8736e7df1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png index 4c9655fd4..b173e9777 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png index 285964c55..fc8c670b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-dark-style.png index 8739f44c5..e6705dcb8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-style.png index 2c6eddb86..4868e00af 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png index 647fa9bd7..2121e721f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png index cd6207bc6..39317b265 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndPrimaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png index 9a01b5b46..d7d210aeb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png index af4e33193..fae35251f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png index 7aa2a5dc9..3bf1831fa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png index a61b80783..ab04f8795 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-dark-style.png index d70ba473c..a520eab8c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-style.png index 487b6853d..f1860909a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png index 73626bf2b..6be85af5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png index e4e8915bf..8b1d6a613 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png index a9efe38b7..fba23c407 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png index 0a3645b3d..01ae77836 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png index 8a6b3b2c8..322c87ca3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png index 038fb6ab0..64399990e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-dark-style.png index d70ba473c..a520eab8c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-style.png index 6c499c739..7dfe07f50 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png index cf399275f..10b3a4ea4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png index cbef5a46d..0ebd1748d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testNormalStyleAndSecondaryButton.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png index a44a05a38..30e0873e6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFillStyle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png index 1f759f229..afd20cca9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testRightImageWithFitStyle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png index cb2119bcb..ea944dd57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png index 0a13d21cd..d4769d495 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndBackgroundImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png index f61170ad1..1e991a1ce 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithCloseButtonAndRightImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png index 7fe41ee65..423d2cf02 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testWithoutButton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png index e560fee01..d229a8d69 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/HighlightedCardTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png index c850da119..68ffabecf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.assertInitialState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png index 5a39c5a7a..0c50612ca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperCurrentStepChanges.finalState.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png index 43f1c2d7c..263e7ca68 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png index 36cd2279f..15ce78d52 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png index 8bd999116..dc5e97093 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png index 5a39c5a7a..0c50612ca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-dark-style.png index d908de065..7824a2339 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-style.png index 93abe1442..0d3d6ba20 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png index aca064a04..51ea98079 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png index f8f056a4e..96cc24df8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png index 6414c4a7e..b0c69c13d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png index 92c446566..a19a27e54 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-dark-style.png index c4b267b94..2093bc443 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-style.png index 2e2f94e22..952dab19a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png index c4b267b94..2093bc443 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png index 2e2f94e22..952dab19a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperDefaultState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png index a781ab322..1cc7070a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/IndeterminateStepperTests/testIndeterminateStepperXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png index edd86189b..a56b131e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png index cc844eb9a..55610a69a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png index 1979742f5..45f06f5b2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png index b1268ed2d..154e698b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-dark-style.png index a5dc54361..7e3ad1927 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-style.png index 660786d9b..b1e75370a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png index 97aefaf78..7689865ef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png index 5d51b57ed..8c2be71c3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png index 6dc8e599e..b7c7d29cd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png index cd0db9b09..60e94054d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png index 61bcd4caa..10daf10f3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png index 0f800eacd..5d305db86 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-dark-style.png index 3ce014cc4..b9d1f4719 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-style.png index 078b1023e..dcbe8bfa2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png index 0c93442ca..bdfefc1a7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png index 4ce830690..f8cdb1735 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDefaultStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png index 6a5bab34f..ab80fead8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png index 4c689dfa6..04f78eeb4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png index f91af0071..8570d48c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png index 7296dd833..820572986 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-dark-style.png index 07acbf4d9..dd73b2b8e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-style.png index 9fbfa01dc..bf7b42a4f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png index 3e2666b5b..690269493 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png index 9dd4dd04f..8f8210027 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png index 518af3ba1..6d3788654 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png index 9c247030d..9915289fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png index 1c1b3631c..adbdc1e05 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png index 9d4bf3fde..4b22a0cf0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-dark-style.png index 2f9e797bc..7ec2a6e78 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-style.png index 545af78c7..1e42be13e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png index c2f87c1d1..fbe7bafbd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png index 21f790ef5..a6acff91a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithDropdownStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png index 39d6303e4..f6e62f696 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png index afeea2531..1ceb8cb4d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png index 8a226e594..795effff8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png index 6bd2d0475..476bb44aa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-dark-style.png index 7fd8c7e55..74da2d364 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-style.png index 4b1ed8983..4d0caea66 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png index 716025a11..9473c23db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png index 827aa8c4a..5c149211e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png index d1987eeff..f1fb9d5f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png index d97fe7231..6569c07b2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png index 419be3115..c40277be6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png index 6f095ce3a..b1001edcf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-dark-style.png index ffb012a5b..dca8ebb9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-style.png index 1ef9c235e..ff298547d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png index ab6f88cc5..0c1d9178b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png index a7ac05646..d3ecbff9a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithEmailStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png index edcfbc618..64d269b63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png index b0921b92f..5ed3814bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png index 1caa16062..8fcdd4862 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png index ef847dc87..4b1b843a4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-dark-style.png index da9dfe72f..40eff2a5f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-style.png index 435e0af56..bbfb75c58 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png index c949d7952..cfc67c0c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png index 593bb677f..93087bcae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png index a2d7a9803..810ea4689 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png index bd627ade3..952e9678d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png index 96c1efa41..5d0cfa0c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png index 540b7416a..10f760bc0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-dark-style.png index b7574434b..aab18cf98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-style.png index a6e1be96b..28c948a4d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png index 6e3944e4f..aa1f42d16 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png index 874acdec7..fa11917fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithInverseStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png index 1951b54ae..3752a8f44 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png index 41f1f1268..33b8adcde 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png index 1333f2a66..0e17d181a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png index f5fe01aac..e3ac566f2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-dark-style.png index 263c1ec12..35c7d75f7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-style.png index 1c8301c41..65d7ef324 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png index 72f57f333..521c8e05a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png index 88f492345..cbfcada64 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png index d3bca0894..ac367404e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png index 3e4864ad4..81da9e444 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png index 0a8035c2f..ab6825eb3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png index 1b37ac72c..78f87c54d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-dark-style.png index d8c11fc38..69c3d59e9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-style.png index 7abb807bd..14edb1a97 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png index a5a9d3a87..a98ae94b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png index d3b39180d..093825552 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithMultilineStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png index 1fd791613..56f66ff61 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png index f9c1c718b..4ad2aaee5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png index 1464806ef..f20fbf368 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png index 96291b4cc..b302f14d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-dark-style.png index d86c535ee..c7e0cd61a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-style.png index 35988218d..526920ac5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png index fffeee8d2..29ec9ba61 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png index 7bf37750e..f8abb6042 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png index 4d02ffff1..d290944c9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png index 601c8900b..259ea62c3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png index e5cdb033a..ad3f3bb87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png index 2ed9390a7..01584114a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-dark-style.png index 0c07af0c9..b38f9af1e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-style.png index ad901bbbd..82c79f31e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png index af714ce8b..92abec968 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png index 92b0f36d7..61ecfc5da 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPasswordStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png index ed3f941b7..fe32393b5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png index 7bded2212..fdefc94b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png index e99c3443c..5363e0329 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png index 31c0196e1..178217eee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-dark-style.png index 086f68cad..4710c9dd1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-style.png index 2f42e0aef..e0f2f65ad 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png index a3f5b5087..e71f86e59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png index be249fea3..fbc8e7755 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png index 36c7dbb86..45d12ac30 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png index 957c17b60..f9f9718db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png index 4efcc87f4..1f0b05fa9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png index 199298a60..e45749fd5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-dark-style.png index 9ed714945..b6b819cf3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-style.png index e529317af..9238678be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png index 3c5f2e4ed..b5f073d8a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png index 076caa955..a6234d9dd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/InputFieldTests/testInputFieldWithPhoneNumberStyleAndAllStates.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png index d9cf1b9ae..80f47c978 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png index ef844eb74..017b1e152 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png index 7e05b5b55..466daef64 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png index 82b553db3..1b146a420 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsAndVerticallyPresetAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png index 91d7b04ef..1ea86085b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png index edafba103..c2b07205d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png index 3039a025b..216cc2e7d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png index 05bf53c59..f116753eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-dark-style.png index 495fe9c01..6419abc11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-style.png index fbcc2f411..ec4023b9d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png index c38ef56ec..8f4dc9adf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png index 8a919dcdc..ac5bba1f1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png index 97669aa74..546cad7cb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png index 6e3c83b74..fba35eaa5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png index 37307f27a..8ff9cadc0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png index 069fa46c2..d4d39771b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-dark-style.png index 495fe9c01..6419abc11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-style.png index b20237000..39a051097 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png index 53748d9df..ffdfe98de 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png index 72e9cfd31..4cb9b8b84 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsFontColors.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png index 70a6c0de5..f04897341 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilines.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png index c05fd2247..170da8534 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPreset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png index b11cfb932..cdd9f0b83 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedInverseStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png index 24dc19ba6..135cb15a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetAndBoxedStyleMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png index eafaf75bb..41cb7aeb7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testAllLabelsWithMultilinesAndHeadlineAndImageAndNavigationPresetMoreThanOneRow.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png index a988947d0..add67f9a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png index 41c1ab9ac..4d911ebf5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png index 72b1eec39..55da4a763 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png index 453d1a9a1..7bed1a743 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellDefaultConfigAndLargeIconAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png index 05bf53c59..f116753eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabels.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png index 88871c584..71eb2052c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png index 931ebac0e..f74b81fcb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png index ee7d2f5ec..b6d00b7e6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png index 24ee89b65..7c5977a81 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png index 85198503e..30e4d6eed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndHeadlineAndImageWithCustomSizeAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png index 19641ec24..6246408b6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png index a6b13bd53..4d72ccb33 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png index 9e12080b6..df7bbde9b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png index 38593c805..649d92921 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndLargeIconAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png index 40adbbdff..866086c2f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithFlagBadge.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png index a1f291703..4ee6acd63 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadge.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png index 7af2cca3e..36e97d430 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithNumericBadgeWithValueMajorThanTen.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png index deb5dc7e4..189199645 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutBadge.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png index 05bf53c59..f116753eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndNavigationPresetWithoutNavigationIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png index c0ab9c647..c2024d543 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndSmallIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png index 247154115..b55d45ab5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPreset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png index d502d4972..98fb12a1e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithAllLabelsAndVerticallyCenteredPresetMoreThanOne.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png index 677070768..0aeb1850a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png index 7a6ae42eb..6b8234ddb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedInverseStyle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png index 29d0ed33c..4d9937910 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndBoxedStyle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png index a20533a4c..2a668584a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailText.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png index fe95ffffc..f9490135b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png index 5bd4db8d6..020dd65fd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png index 3e2f6c29b..4b7e20b38 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png index d220984e6..a14ebe3be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndLargeIconAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png index cdf0aea23..04247a640 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndDetailTextAndSmallIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png index 0b919d48d..168176665 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndHeadline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png index 8aa1fee7f..151caa9be 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png index 1c51ffb26..9735449a1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png index 0f9d3cd25..f6678fe2f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png index 600a4c5f9..1d9e30312 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndLargeIconAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png index f84cf3c00..5f863a3ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndNavigationPresetWithoutBadge.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png index 87945eedb..ce17d9c21 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSmallIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png index a1fbb080c..193968666 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png index ee2c0ba8a..e9f94b660 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png index f0e46b080..9c8575681 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndImageWithCustomSize.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png index 3a5338333..f788a4799 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png index fbe8c390e..7f3e79537 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndLargeIconAndControlView.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png index b60ef2b76..53028eb76 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndSubtitleAndSmallIcon.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png index ab5ea5873..481df0623 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testCellWithTitleAndVerticallyCenteredPreset.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png index ee7d2f5ec..b6d00b7e6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/ListsTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png index 3fa054c94..25d4098c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testEmptyDescriptionAction.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png index 28ae6167d..14009207b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoAction.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png index ce5f19aef..82f7ca0ef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testNoTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png index cb22fa45c..079aa7b0e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png index c6d3bbec8..1de7a0ccb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png index de3011712..e1bb681b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png index 35461dcbf..04ffd3589 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-dark-style.png index 3e2f17ecb..09864ae7d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-style.png index 54c722b4e..db647979f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png index 69912e024..f755b07c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png index d738b6b0e..739b922e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png index af2db8341..f2a310ebc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png index c875e669b..57f4b1c22 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png index 6914e9aba..ff741ed99 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png index 1454c955b..c0debc577 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-dark-style.png index 3e2f17ecb..09864ae7d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-style.png index 2056b2d66..03f32515b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png index 8b2707d63..8ba8e98db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png index ffc3d56a2..702d8aaae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/LoadErrorViewControllerTests/testStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png index 79962a410..cac457360 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png index 3591e3d60..3e7ac2c71 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png index b50667868..a7f989df5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png index e0f08873d..66922ae65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-dark-style.png index ba3c3c64a..2f58e5d61 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-style.png index f02cf15a1..5a5007ff3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png index 5923a2503..9ce8bd649 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png index f445f21be..dd9b192c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png index 0e988011b..982d86a79 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png index cc6eaf033..52d307843 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png index 3c94d818c..acbea1af8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png index d83735709..b2e123386 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-dark-style.png index ba3c3c64a..2f58e5d61 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-style.png index 6412661f1..45d5867c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png index 3d91d7db2..1359653c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png index a3075ed27..d177b6fee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png index ce4bfa9b9..4e39b6c9b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png index 5b0272043..db430e7ef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutFragment.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png index f950bab85..7652f7b33 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutHeadline.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png index a34be4a9c..c213a3b65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutPretitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png index e48b1879f..502a08b53 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testFullContentWithoutTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png index e0f08873d..66922ae65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testMinimumContent.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png index 9795b7277..ee5dd0a3f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryAndLinkButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png index e0f08873d..66922ae65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testPrimaryButtonsOnly.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png index c4193e9a7..ba7dac920 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testShowLoadingStateForButtons.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png index 90137d918..0bb6eab92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testTextsWithMultiLine.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png index d2c2cc7bd..4a88bab5b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/MediaCardTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png index 3c281e2f8..7ce1759bc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png index c4f0178ed..95eb9c772 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png index d1c341d07..928a7b8b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png index 314c8ed03..e9a377ca7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-dark-style.png index 14054a6a4..5758d4057 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-style.png index 708cbe063..64caec204 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png index 4c65706b4..ce4e41ce3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png index cdf6248ca..5e7e39480 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png index e3c0e407e..39d742b0f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png index a6203ed5e..1abc9ebeb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png index 6b7a267a4..91d969e27 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png index 394e28105..79a83054e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-dark-style.png index 14054a6a4..5758d4057 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-style.png index b17fd27cd..3ad17986d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png index 485e85a17..7032e3bfa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png index b17fd27cd..3ad17986d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testBrandStyles.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png index 1e4171780..3508f91fa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png index 450080342..72cdaaed9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png index 6fa7a2123..55d27f183 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testLargeTitleAndSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png index 79beba71f..9b915be77 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoClose.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png index 3eafafc33..e51f87e6a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoImage.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png index f6d9e94ef..8b4908501 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoSubtitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png index 31bde06e9..e189f6b2d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testNoTitle.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png index 394e28105..79a83054e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png index a6a91c425..45482683d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png and b/Tests/MisticaTests/UI/__Snapshots__/PopoverViewTests/testTipDirection.2.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png index 2c8908ae3..9d79ed15a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png index 0d1159f47..f74a84b5e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png index 354e01e79..94f336482 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png index 3d323718d..499c21594 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-dark-style.png index 2c8908ae3..9d79ed15a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-style.png index 403389368..2e0f71386 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png index a9db335a9..492859035 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png index cffa92773..a74d89bd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png index 2c8908ae3..9d79ed15a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png index 624de6371..21a382afd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png index 509b5e610..49f08f8d9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png index 6db40ca7c..473c743fc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-dark-style.png index 2c8908ae3..9d79ed15a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-style.png index 403389368..2e0f71386 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png index 2c8908ae3..9d79ed15a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png index 3d323718d..499c21594 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonDisabled.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png index b560a6cc8..9431906d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png index b560a6cc8..9431906d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png index 396748327..7da8d06c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png index 396748327..7da8d06c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-dark-style.png index 0622db814..6e2c04608 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-style.png index d543f6f7a..cbaf73b24 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png index 57e5338be..86d779be8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png index d32469393..f9bec7169 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png index 35bab1b02..692af5ed5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png index 35bab1b02..692af5ed5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png index 69c23906a..95c6f5619 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png index b5aa164ef..fa0ebc167 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-dark-style.png index 4ee625f96..fbcc6243c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-style.png index cf0836abc..992f3b4c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png index 4ee625f96..fbcc6243c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png index cf0836abc..992f3b4c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/RadioButtonTests/testRadioButtonEnabled.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png index 0ab7c70e2..56f28436b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png index 574e26eed..3b672738a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png index d136f3f38..3a97cb77e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png index aa49980d5..108d7e7e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-dark-style.png index fb6be0b74..9719fd5ef 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-style.png index d3eca13bb..0f623b746 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png index 278cf5b75..15e029d10 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png index e0689641f..b10380a5b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png index 65d690d88..905cf5b6a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png index 601ec2b75..474201d65 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png index c7245b292..96b4add56 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png index 1773c7ef4..988478fa4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-dark-style.png index 5b941e4cc..880a42414 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-style.png index 7c4920b46..563b4cb21 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png index 1bd9b6738..03b87b9d8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png index ae81ce7b3..88a92fde5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithUrls.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png index 1fd336a3f..346560612 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png index 8fb1675d3..91ff1b0f8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png index fd8e7030d..4a69a9332 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png index f14bcc1c1..df9e63be1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-dark-style.png index f95a4b08e..4b48a7b3e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-style.png index 78c2f45fd..55f465c97 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png index 0f16d8f9b..8f3e1ea2a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png index 184db6f59..69dfbb757 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png index 01ccd2c5a..921d4e2f4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png index 71d575ed0..3c77620b1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png index a261537e4..0af407615 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png index 2d8339bc4..fb94f5e92 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-dark-style.png index 5c8b6c23e..2247bea16 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-style.png index e0a2f633d..47557e434 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png index d53fcdd49..4f97f8829 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png index d2ce9e7f0..1b931dc8f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActionListWithoutUrls.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png index 07139ec2c..19abdc837 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testActions.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png index 9f9ca57e6..392f2014a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png index 18eaa76e0..745f3fd5c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png index 920787d91..b2f5ffe4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png index 9769d2d34..feab9c331 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-dark-style.png index caa03a51d..2f107e2f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-style.png index 26814f08e..a3a7be12c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png index 8f0a94095..3c8431e87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png index d0ff36916..3c71243d3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png index 057f9b84b..dab4a5e87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png index d8f3143bc..50c52f3e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png index 041d44695..f7f07ff98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png index e0d3f44e3..773a895d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-dark-style.png index fc97a71fc..fb52d1271 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-style.png index 32e05febe..8ff27398f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png index 113df4c55..a13a24979 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png index e3e8829de..956650a6e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIcons.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png index 9f9ca57e6..392f2014a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png index 18eaa76e0..745f3fd5c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png index 920787d91..b2f5ffe4c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png index 9769d2d34..e67e5bbfb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-dark-style.png index caa03a51d..2f107e2f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-style.png index 26814f08e..a3a7be12c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png index 8f0a94095..3c8431e87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png index d0ff36916..3c71243d3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png index 057f9b84b..dab4a5e87 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png index d8f3143bc..50c52f3e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png index 041d44695..f7f07ff98 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png index e0d3f44e3..773a895d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-dark-style.png index fc97a71fc..fb52d1271 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-style.png index 32e05febe..8ff27398f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png index 113df4c55..a13a24979 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png index e3e8829de..956650a6e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithIconsAndWithoutDescriptions.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png index 5ee247b04..0e1aac5de 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png index 602ee9290..618951678 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png index 27fbad1e7..bf4ce944a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png index dc08f5af5..a6ae6c0ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-dark-style.png index 4ef2a6aa6..5dc1b7f8d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-style.png index ff233ab0e..da69a32c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png index 5e7c64d6a..104c31029 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png index 2fa6ddcaf..e8fd611c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png index f2ba74ab1..75762475d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png index 9196189a1..fdca9ae05 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png index 310b70ab0..2df7a028a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png index 0705e55be..a58cf6ab5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-dark-style.png index dddc23486..7c551fa48 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-style.png index cb0bc5d25..c1a763a3c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png index 564f7f621..363a8e5ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png index e059038a4..35329c780 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithSmallIcons.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png index 8bec6f8cf..4e3d8dcf0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png index 4fb33242d..98b3fe37d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png index a9186a651..295513c57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png index 22c7eccfa..82d936101 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-dark-style.png index a174ec2d8..3ee12c04d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-style.png index e33c9ac52..95657248a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png index de3ee97da..daeb56233 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png index f19e09ef7..0e98ee82d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png index d264b3ce0..8148a6990 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png index f888310c4..4b2b43711 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png index 212f478af..9de48dfd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png index 4ea876587..a16c8aca5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-dark-style.png index f3c7b6c98..6b6f7080b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-style.png index c5e186e83..14b4bb6f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png index 42f286e63..11afdca36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png index ec49fe02e..0f23e51f8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIcons.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png index 8bec6f8cf..4e3d8dcf0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png index 4fb33242d..98b3fe37d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png index a9186a651..295513c57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png index 22c7eccfa..82d936101 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-dark-style.png index a174ec2d8..3ee12c04d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-style.png index e33c9ac52..95657248a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png index de3ee97da..daeb56233 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png index f19e09ef7..0e98ee82d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png index d264b3ce0..8148a6990 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png index f888310c4..4b2b43711 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png index 212f478af..9de48dfd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png index 4ea876587..a16c8aca5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-dark-style.png index f3c7b6c98..6b6f7080b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-style.png index c5e186e83..14b4bb6f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png index 42f286e63..11afdca36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png index ec49fe02e..0f23e51f8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testContentWithoutIconsAndDescriptions.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png index 0e8352404..78283d6a4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png index 5d69c7db6..2233eee31 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png index 662b53d43..da9095501 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png index 0929098e4..7481f0d3c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-dark-style.png index 52bf4bfd8..11d4aa472 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-style.png index 828c5e939..3727ed823 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png index e839f162c..bd9f80d90 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png index 7ca04024d..7aec45bb4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png index 4a86462e0..d2f9b2b00 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png index e87865a91..9a648f37b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png index 1eea3600e..2ade51333 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png index 070f29247..ee2b76853 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-dark-style.png index 1812dba59..00d572274 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-style.png index f219c8ba3..5b882bbb1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png index bfb13ac34..fb0e9efae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png index 3f0b4e350..58efa88a8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testEmptyHeader.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png index d164ce944..170956636 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png index c2a5d3811..5a1525487 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png index 83a1cc990..bb05d1eca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png index 5f9dc5bc0..117b1a73a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-dark-style.png index 916192603..0defbb79c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-style.png index 86987a9d9..79420bbd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png index ff58e57e6..d31e9c033 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png index 548672c36..61915fe38 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png index ca6caf6dc..9bfb5eae7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png index b662ef30b..e55279e59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png index b5c848d2f..587beeac8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png index 13f90f20c..0ea7d2679 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-dark-style.png index 916192603..0defbb79c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-style.png index 18a359d93..333f34d53 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png index 0ea9220f4..a1750b81b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png index 6374145b8..b49587914 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndRegularIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png index d164ce944..170956636 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png index c2a5d3811..5a1525487 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png index 83a1cc990..bb05d1eca 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png index 5f9dc5bc0..117b1a73a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-dark-style.png index 916192603..0defbb79c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-style.png index 86987a9d9..79420bbd7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png index ff58e57e6..d31e9c033 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png index 548672c36..61915fe38 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png index ca6caf6dc..9bfb5eae7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png index b662ef30b..e55279e59 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png index b5c848d2f..587beeac8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png index 13f90f20c..0ea7d2679 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-dark-style.png index 916192603..0defbb79c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-style.png index 18a359d93..333f34d53 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png index 0ea9220f4..a1750b81b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png index 6374145b8..b49587914 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithDescriptionAndSmallIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png index ebf175511..b8b42fc71 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png index 7cfddb54c..f11fe7b03 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png index 98b0e8b88..3eacf26a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png index 15f010cd1..eb08642a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-dark-style.png index 09fc9ec09..e2240e3f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-style.png index 36c01b022..e6770f711 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png index 290cb3610..3d377f48d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png index 64f41c768..806da1421 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png index 0f3e8ffd6..c24910dd3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png index a7d38abe8..4bf8ccec6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png index 079d6a21f..47aa658bd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png index 018572162..5d0c71f74 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-dark-style.png index 09fc9ec09..e2240e3f5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-style.png index 2d541950e..82dc71a13 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png index fa3f0b513..d4051f02f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png index 7af5699d7..9be698025 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndBulletIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png index 8d824996f..c98f43b54 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png index a2593c8a5..a26be1907 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png index 0c4213bdc..adce945ad 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png index 7ac66752c..02a2a2898 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-dark-style.png index 3f4311150..47809c070 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-style.png index 238f7d4f4..ba435327b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png index f327ea49b..4c74d87b0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png index d17873d1c..8f13a06c3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png index 33189be78..ab3ef1fd9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png index 9b7a9f51d..52ba376a1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png index 2f27c18dd..684e03553 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png index a2dd89370..9ab614a40 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-dark-style.png index 3f4311150..47809c070 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-style.png index e990c5818..83a2ea5b2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png index 3dcd7e676..9e8f709c5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png index 1b3f012cc..b8108adbf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndRegularIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png index c355a5c55..55f034cfc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png index b947a1a1b..c7316e370 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png index 77f38d205..e9ff33156 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png index 3302bba04..9764b273c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-dark-style.png index f046e2f2d..62c1102b5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-style.png index ffdb6c976..53a0f5781 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png index f4e95425a..28e7f1a91 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png index 1aafc6022..514101d99 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png index 6a03e553e..3bf0373ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png index c2d7159ff..2e578ae8e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png index bdc1cfef1..21871fb54 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png index a752c23d8..8b61e5d04 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-dark-style.png index f046e2f2d..62c1102b5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-style.png index 13055229f..0d3c25e32 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png index e2fe333af..ac1bfa0f6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png index 2c4341397..8e0e81c2b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testInformativeWithoutDescriptionAndSmallIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png index 94ed47dfb..bfcf2f9a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png index b01f19caf..838acb482 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png index 358824d69..85fdce062 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png index 1250ba987..d08e208c7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-dark-style.png index b18c807bb..eacd0c967 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-style.png index 8a29ebf82..a5b246c60 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png index 30fc0dfda..91fc31909 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png index 38e8c4fd0..031c9d7a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png index bdee49760..38c530e6a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png index 56ef3dfa3..a2bdf0614 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png index 21932ae8e..af119e5de 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png index fc99b9a39..9dde9448f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-dark-style.png index ed4139885..af1853eec 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-style.png index 563b1e923..1171297c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png index 0f10f7c93..81e6d50a2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png index f105279f2..11333f9cc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoDescription.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png index 355c10b56..04ec1c123 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png index 5a1644c5d..85055fec3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png index ae81ee197..08fa63808 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png index dbe509a8e..e29515d39 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-dark-style.png index 1dc79c102..0f22aa3e5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-style.png index 705d44014..e1bb67148 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png index ed3524e86..49b2cee97 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png index b96009140..6458d10d7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png index e56e8e603..081ef4171 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png index 8a83249d3..c23987498 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png index de328e082..260515258 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png index 7d21661db..04d743147 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-dark-style.png index d373ccb5d..cfd10aaac 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-style.png index a82256653..88286f930 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png index 214d1cb1c..2a6144a66 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png index 31c0c70c4..1c5aba15d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testNoSubtitleAndDescription.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png index 5fb1043e8..d2af38447 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SheetTests/testSingleAction.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png index 8f0985b32..d5c0f6667 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testCircleSkeleton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png index 6ecb47999..b5cd3a950 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testLineSkeleton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png index 6459fdbef..47a75a485 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRectangleSkeleton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png index e5d649f29..f62fafd83 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testRowSkeleton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png index 22e5b8f07..4e1487fe3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeleton.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png index ef1b15fd3..a3cc43d78 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png and b/Tests/MisticaTests/UI/__Snapshots__/SkeletonTests/testTextSkeletonWithCustomLines.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png index f5285709e..416e7f233 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithIpadWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png index 7d185f323..77d78df13 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testEightItemWithMobileWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png index 549667bdc..42dd5cda7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testNoIconWithMobileWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png index 30813b20a..6241656db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png index 145dd2150..5ff986966 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png index 8347a446e..fbd7ad7c0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png index 5bb365052..b8f280bcd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-dark-style.png index 5f944d664..b62195974 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-style.png index fed89cf65..246513034 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png index 0b898e011..67ada9c41 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png index fa909b4fb..5f41b7416 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png index 6c8eb7a5e..e07212a3c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png index b91fdb61c..c254ad55d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png index cac18d3e4..6fc8f1e01 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png index fc490526e..d0748ba06 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-dark-style.png index fd316b87d..37ca55f82 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-style.png index ed1b9a0c3..f3a0dfc81 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png index bb6865c1d..ed87f3c0d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png index 7b7029482..336b2b8e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTabsDefaultState.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png index fba3db1c3..08506a0dd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testTwoItemWithIpadWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png index a36a469b2..89c95af07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithIpadWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png index 9b8b65b7e..77012e88f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndNoIconWithMobileWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png index 9fcf32c3e..c62e8c731 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithIpadWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png index 0664386a0..b7fe5cee7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithLongTextAndWithMobileWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png index ea2a68fbe..ff2faa269 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testWithMobileWidth.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png index ac6666398..d129608ea 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TabsTests/testXIBIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-dark-style.png index e611fded7..351975692 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-style.png index 9be31e22e..d5c36371f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-dark-style.png index 019214fa1..7fe1259ae 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-style.png index 9d48157e8..40921fe38 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-dark-style.png index 39f7444d9..015847c37 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-style.png index cee154366..742fb457e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-dark-style.png index bbed9a8d4..50f77150d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-style.png index 0cf269003..21211b7fe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-dark-style.png index 8cbbd0820..80a245ba4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-style.png index 48b2041fd..cb858e981 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-dark-style.png index 8c3c6084f..0fad8f058 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-style.png index 977925bef..17ae6a1aa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-dark-style.png index b480a4d1a..aa856fbf8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-style.png index d3ff1e89f..0c2cd63ed 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-dark-style.png index a88da086d..3c2358463 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-style.png index 0779361a4..e0e4ce370 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testActiveTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-dark-style.png index b15e53c13..f3c55955a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-style.png index ccdbe47a2..5d94f0e22 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-dark-style.png index 7e841993d..4e6b874d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-style.png index c2ed368e4..e6eb270a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-dark-style.png index f6e42f0cf..2e54f6cf4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-style.png index 01908fbce..2a3df651b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-dark-style.png index 5a7ef1360..40c3a884b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-style.png index 7b76c0198..5772b92c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-dark-style.png index 98801a90e..1d28fc206 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-style.png index 6d5bcdfa3..6e25b817e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-dark-style.png index 10d3fc7dc..af7021e8e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-style.png index 357afcf32..6ccafcddd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-dark-style.png index 051de8893..fc30e466e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-style.png index 381deec99..aff5429a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-dark-style.png index 5617ebd87..a4ac3cd78 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-style.png index 88892bf1e..daf759db7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testErrorTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-dark-style.png index 6acf1f510..eb7cb8b25 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-style.png index a4a658685..1a54d24ab 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-dark-style.png index cc82d56d7..d1f639e67 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-style.png index 76191c5da..9d2945a08 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-dark-style.png index 68345f852..e75743ee3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-style.png index b9a02bb0e..e78cc635b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-dark-style.png index e8133f933..3ca60d8e8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-style.png index 3fc4dcce5..818f2fad3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-dark-style.png index 31e4fa430..ba3ff0ebc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-style.png index 6994ff472..6943d9584 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-dark-style.png index 31bc01901..122267754 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-style.png index 6994ff472..6943d9584 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-dark-style.png index bb2bc109c..e144bf60c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-style.png index 47901fe72..5ce9195c9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-dark-style.png index 02ee6aea6..e03aad0fc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-style.png index 9471e3fbc..edee9b129 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testInactiveTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-dark-style.png index 4365ecec0..f80db413c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-style.png index ae24acf57..5632665bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-dark-style.png index 59b4955cd..be80b024a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-style.png index bd25dc496..32a927356 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-dark-style.png index 925b29a96..c87b1461c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-style.png index 4506815f9..e13616cb5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-dark-style.png index 61bcd6791..4173ba55e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-style.png index e08358fee..f5d08b6dd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-dark-style.png index 72bbd90b8..1b2982656 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-style.png index 8320e165c..552cbf991 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-dark-style.png index e71c5f801..c203845af 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-style.png index dc9e1d2fe..5e721b5c4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-dark-style.png index d7ff7f63e..7339576ee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-style.png index 540b957c0..1e06b14c0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-dark-style.png index 0c14141b3..6810207b7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-style.png index 5053dbb2d..8ad800829 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testPromoTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-dark-style.png index ced15b39c..8cbd39aa8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-style.png index 5492170bc..345fd4cfc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-dark-style.png index 8dc968c4c..3920705b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-style.png index e003163a5..143a98981 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-dark-style.png index 8a4d336d9..e39b4fbcd 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-style.png index a323a155b..96ab6458a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-dark-style.png index 0860c4688..0e8fc9cd6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-style.png index 38313cb13..04cf609b9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-dark-style.png index c7d62f933..138428af8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-style.png index 4fdefaae9..b7b1a693b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-dark-style.png index 33c76e230..519f92407 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-style.png index 4a48802ca..f5ac535c7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-dark-style.png index 0865c97a1..ec50a7fb0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-style.png index 2fd346a7d..178c52d57 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-dark-style.png index f38f53274..05d1c8987 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-style.png index c1bc45fa4..ef5137195 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testSuccessTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png index 3e087277a..b15c18a03 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png index 2e1ec8c31..9beed1533 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png index 268df586b..b7883409f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png index 927644622..31e897dbf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-dark-style.png index daa8e9a54..a8fcb6548 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-style.png index 35485dfc2..84bd1045a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png index b8fd087f0..c35b8b565 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png index c7f0d52fc..5efa35d39 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png index ef3b39311..3d465d4aa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png index 5f6fc0649..0cd424e19 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png index 426ffcb58..64bae5d12 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png index 785efc975..d56d656cb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-dark-style.png index 8155095bf..fc22dcd31 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-style.png index 34f325e15..67e7f90d0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png index 2fde65bff..5027e2279 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png index 3e3000f08..4dd3d270d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagViewWithIcon.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png index 6be7c8808..f0a15c67b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testTagXibIntegration.1.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-dark-style.png index 637a97221..d2e6c0e9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-style.png index a74f8bf92..28e109ebe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-dark-style.png index 53e3a707b..6931cf618 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-style.png index 5f5dae4f9..d980d123b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-dark-style.png index ca8ac76b2..74248e717 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-style.png index 20355cd98..349fd8f36 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-dark-style.png index c86247538..c6a471dc1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-style.png index e69cfb586..4f9e372c6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-dark-style.png index 44fe7f5ff..c09bf441e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-style.png index d7a94e29a..550b03bb1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-dark-style.png index c54948c9a..c545929bb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-style.png index 384bc01e4..44e0cf294 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-dark-style.png index e1a82fe3c..0666d1a89 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-style.png index 9af733e2c..5714f28f7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-dark-style.png index 3e871fb9a..474331685 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-style.png index d38934369..3e52f6b04 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TagTests/testWarningTagView.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png index 58ef5568d..0ac57be53 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png index 67d1aefca..f86022846 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png index 36657593b..b5f03493f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png index 4ec3d857b..b8e4923eb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-dark-style.png index 299de5d95..a1101ec54 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-style.png index 6faca3590..e79dfcb3e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png index 8c84ac8e0..f343fa21b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png index a2aed3545..bae2d74b0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png index f77fce82e..3c62ea300 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png index ce995944d..891f03c9f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png index 99a18bf24..263ca2379 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png index 0e5b424e4..10dd69090 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-dark-style.png index 299de5d95..a1101ec54 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-style.png index 8f16edb96..bbd2d520f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png index 9ba8e6604..dae1863b6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png index 4532b596f..70fc8692b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png index 1bd5b4681..275d56da3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png index d6ba7f82c..16404a4fb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png index 657a1a44a..fd5dbe851 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png index cacb5ae85..83bf5592c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-dark-style.png index 691f635a9..fd7634285 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-style.png index 5160b33a2..23c77c855 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png index 45af1ec74..092856f73 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png index c7223ce9e..bc69f36c2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png index 37e0a1904..c349858ba 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png index cd7dd40da..acd3d2666 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png index cd09c01e2..28ad9cc6e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png index c865b251c..8f2469543 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-dark-style.png index 691f635a9..fd7634285 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-style.png index 5ecd69499..cba5c3efa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png index bd046d85f..a24c611c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png index 3a75f4c5a..2b8646d41 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1Multiline.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png index fb97b3a30..05613c090 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png index c89e1b810..9329e5203 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png index cde6b5704..19fa75440 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png index 6b5bf6fb1..6673d656d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-dark-style.png index 65cdaaa43..c5f7c9135 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-style.png index 9b0fd8884..f347f196a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png index 0de6649df..d62db5d51 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png index a5467846e..ed968207d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png index e2ad5bb8c..b77a1f112 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png index 99803c849..eef8e0a31 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png index 0de4f5d37..4308b7aaa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png index 5b127ef08..eb6905d93 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-dark-style.png index 530a4de5c..545856eb4 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-style.png index 8450236bd..0194f1ae6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png index dfc2c446d..6080a99c8 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png index 4f83abbcf..ce18da4cc 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1MultilineAndLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png index 8485e5fee..05e7bfa3d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png index fbc9018bc..b29255f6d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png index 14dfe268a..6797656af 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png index 53a5e3ee6..884a56a11 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-dark-style.png index 9d8a359df..8d174dc94 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-style.png index 9c6ab1da1..6c5613542 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png index c80ea765f..b9cd4e6aa 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png index f2538f638..f70c0ac8c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png index 41230637c..f44854651 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png index cb9ab4b2a..40f3ac158 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png index bfabf78f6..dd5db574c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png index 32e7022ba..95d0590e2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-dark-style.png index 043a030f8..abc5dbe71 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-style.png index 73fba674e..42623b71a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png index 792f7dda0..f456ee7c1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png index c1abdc1af..e1788a6db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle1WithLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png index c6c702b4b..18dd1946d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png index e6737181d..eb423412c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png index be16abb41..96d2975a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png index 67148d9ea..197655cba 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-dark-style.png index 3e3ebf9af..09d9d69d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-style.png index bc179ae01..c2cade71a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png index 61f841a59..aa01429cb 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png index a1f98e9a9..e28ef71ee 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png index 6024ddd6d..17b188b58 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png index d5fc72b0e..9117a1abe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png index a82c7cae3..e97a5b41b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png index b2905a438..f692fda00 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-dark-style.png index 3e3ebf9af..09d9d69d5 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-style.png index e6737181d..eb423412c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png index 5ce383afb..fc451861a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png index 662071869..72a327a97 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png index 9ec17cce5..1124da3a6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png index 83f3c422c..c8c57a931 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png index 37a441cf5..9d64c2c93 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png index 05be9d2dc..ead818329 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-dark-style.png index 352938c31..467917054 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-style.png index 3bf125066..8aa39a643 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png index af78a6f57..885141c80 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png index dc873ce5f..9915e3be6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png index 263cff754..447a7454b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png index b8ff85354..30b364664 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png index 75d5122e0..096582c4e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png index a010f09fc..5c36dc1a0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-dark-style.png index 352938c31..467917054 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-style.png index 83f3c422c..c8c57a931 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png index e12990f03..33e712086 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png index c99fc9da5..2381c91bf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2Multiline.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png index 287293071..41329271f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png index 5149dd2dd..9490abe84 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png index a7637cb45..6348e0ef1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png index d500bca95..107eeca07 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-dark-style.png index 123253296..ff1f1a26d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-style.png index 0f426fb1e..543a607d2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png index b4c4266c2..0ecf5adb0 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png index 103a83efa..8c8f23b9e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png index d4c305ad6..95f78180e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png index 5a33123e3..2b3b99d7c 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png index 1820161aa..9ba131fa3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png index bdef7393c..fdd29a761 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-dark-style.png index f9c1bfea8..0b61e22bf 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-style.png index ec054e14a..ab17c1306 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png index dd4ecee7d..195e8920a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png index d35fca0b5..d08090eb2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2MultilineAndLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png index 8449c7932..b560ee31f 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png index 0e59ca7dd..66c3d33db 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-blau-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png index bc7e74e6f..5c3602a03 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png index 4e8c09c96..a26453751 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-movistar-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-dark-style.png index e20a24758..8af53373e 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-style.png index 24133a45f..571288050 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png index cda331b07..ae918bca9 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png index df53bdf1d..c903f9076 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-o2New-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png index 4a83049b1..dc6de5973 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png index 11b3a9998..cac57430a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-telefonica-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png index 117123f3c..4a0506bb6 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png index a623f7a58..a1e97ba4d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-tu-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-dark-style.png index b3542946f..ea2db3432 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-style.png index 4bb1133f7..7dd6d4e82 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivo-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png index d1042415f..f6eff4ac2 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-dark-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png index 86b01243d..9dd065d4a 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle2WithLink.with-vivoNew-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png index ff968dd0c..32e96dbda 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-movistar-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png index 3c140bb64..2e3b204b3 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png index d61d5bd99..dd713e2e1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-movistar-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png index 8dc77aac4..ab695bebe 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3Multiline.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png index 7fd3dc2d8..6b28b7eb7 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-movistar-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png index f99c95d31..e8d968b22 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3MultilineAndLink.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png index 3440d8607..3e657883d 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-movistar-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png index 44360f9f5..eda825da1 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle3WithLink.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png index aaae6db7b..c70fef90b 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png index 2e5e323ad..27cf07072 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4Multiline.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png index 30bb82546..18a748d95 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4MultilineAndLink.with-vivoNew-light-style.png differ diff --git a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png index 99eeed71d..f38441350 100644 Binary files a/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png and b/Tests/MisticaTests/UI/__Snapshots__/TitleHeaderFooterViewTests/testTitle4WithLink.with-vivoNew-light-style.png differ