Skip to content

Commit

Permalink
fix(NumberPicker): corner config
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon committed Sep 28, 2019
1 parent 58825f5 commit db5929f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/number-picker/scss/variable.scss
Expand Up @@ -40,8 +40,8 @@ $number-picker-inline-m-button-icon-size: $icon-xs !default;
/// @type number
/// @namespace size/button
$number-picker-inline-m-button-margin: 2px !default;
// corner
// @namespace size/button
/// corner
/// @namespace size/button
$number-picker-inline-m-button-corner: $corner-1 !default;
/// icon
/// @namespace size/button
Expand All @@ -50,6 +50,6 @@ $number-picker-inline-l-button-icon-size: $icon-xs !default;
/// @type number
/// @namespace size/button
$number-picker-inline-l-button-margin: 2px !default;
// corner
// @namespace size/button
/// corner
/// @namespace size/button
$number-picker-inline-l-button-corner: $corner-1 !default;

0 comments on commit db5929f

Please sign in to comment.