From 005c2b0d7a95ccdb5c525a21a02a0080fcda35fd Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 20 Jul 2019 10:19:59 +0800 Subject: [PATCH] [improvement] Stepper: use @stepper-input-height to set button size (#3906) --- src/stepper/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stepper/index.less b/src/stepper/index.less index a7c7f8594..381d1c96b 100644 --- a/src/stepper/index.less +++ b/src/stepper/index.less @@ -8,8 +8,8 @@ &__plus { position: relative; box-sizing: border-box; - width: 28px; - height: 28px; + width: @stepper-input-height; + height: @stepper-input-height; margin: 0; padding: 5px; color: @stepper-button-icon-color;