From 57fed2f91e9eef3f9a77bf3c4a5138e75e11efa0 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 7 Dec 2022 10:52:22 +0000 Subject: [PATCH] Merge pull request #10799 from overleaf/jel-new-css-borders [web] Update border size and color on secondary buttons and inputs in new CSS GitOrigin-RevId: 8a67718e44fab1d5cb7ad2714bacd519b75e9810 --- services/web/frontend/stylesheets/variables/all.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/variables/all.less b/services/web/frontend/stylesheets/variables/all.less index 004e4eb442..babf98049d 100644 --- a/services/web/frontend/stylesheets/variables/all.less +++ b/services/web/frontend/stylesheets/variables/all.less @@ -108,8 +108,8 @@ @border-radius-large: 5px; @border-radius-small: 2px; @border-width-base: 3px; // only used by plans and cards -@border-size: 1.5px; -@border-color-base: @neutral-40; +@border-size: 1px; +@border-color-base: @neutral-60; @border-color-disabled: @color-disabled; //** Horizontal line color.