From 04ab1f3918dc37dfbf1a7dc412b3da94654b2376 Mon Sep 17 00:00:00 2001 From: Chris-MS-896 <64865559+Chris-MS-896@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:32:28 -0600 Subject: [PATCH] '[Visual Requirement-Data Explorer (iframe)] On the Data Explorer page, luminosity contrast ratio of the borderline button is less than 3.:1.' (#331) --- src/Explorer/SplashScreen/SplashScreenComponent.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/SplashScreen/SplashScreenComponent.less b/src/Explorer/SplashScreen/SplashScreenComponent.less index 38ee7fd0b..d30a52be3 100644 --- a/src/Explorer/SplashScreen/SplashScreenComponent.less +++ b/src/Explorer/SplashScreen/SplashScreenComponent.less @@ -47,7 +47,7 @@ padding: 32px 16px; display: flex; background-color: @BaseLight; - border: 1px solid #E5E5E5; + border: 1px solid #949494; box-sizing: border-box; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 4px;