ant-design / ant-design

An enterprise-class UI design language and React UI library
https://ant.design
MIT License
92.56k stars 49.87k forks source link

Add border radius variable for input component #32100

Closed kaysonwu closed 3 years ago

kaysonwu commented 3 years ago

What problem does this feature solve?

Like Button, we can modify the border-radius separately

What does the proposed API look like?

// style/themes/default.less

@input-border-radius-base: @border-radius-base;
@input-border-radius-sm: @border-radius-sm;
kaysonwu commented 3 years ago

For functions like this, which branch should PR be pushed to?