From 12f01ec6bee533c246f06945e69c6a33a90f57c5 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Tue, 1 Oct 2019 15:36:34 +0300 Subject: [PATCH] use thin for border width --- src/common/SharePrompt/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/SharePrompt/styles.less b/src/common/SharePrompt/styles.less index 8ccd20f58..1e9874a67 100644 --- a/src/common/SharePrompt/styles.less +++ b/src/common/SharePrompt/styles.less @@ -89,7 +89,7 @@ .url-container { display: flex; flex-direction: row; - border: calc(var(--focus-outline-size) * 0.5) solid var(--color-surface); + border: thin solid var(--color-surface); .url-content { flex: 1;