From a6ec021bd1a31f66634b0998909b198fff7fed6e Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Wed, 23 May 2018 17:25:09 -0400 Subject: [PATCH] Explicitly set opacity to 1 for iPhone --- .../client/components/DeleteMyAccountStep.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css index 7d02b4e6f..b4cac6a62 100644 --- a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css +++ b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css @@ -58,7 +58,7 @@ display: flex; flex-direction: column; align-items: center; - } + } } .title { @@ -97,6 +97,7 @@ color: #3B4A53; font-size: 1em; margin-bottom: 15px; + opacity: 1; } .block {