diff options
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 465ebd880..28f597f8a 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -109,7 +109,7 @@ } &[data-size="small"] { - height: 22px; + height: 24px; padding: 0 8px; &[data-icon] { padding: 0 12px 0 4px; @@ -129,8 +129,8 @@ } &[data-size="normal"] { - height: 24px; - line-height: 24px; + height: 28px; + line-height: 28px; padding: 0 6px; &[data-icon] { padding: 0 12px 0 4px; |
