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
This commit is contained in:
Davinder Singh 2022-12-07 10:52:22 +00:00 committed by Copybot
parent 60dc53e685
commit 33c8580f7e

View file

@ -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.