docs: display all less variables (#7604)
This commit is contained in:
@@ -187,3 +187,19 @@ export default {
|
||||
| ------- | ------------ | ------------------ |
|
||||
| default | Custom label | - |
|
||||
| icon | Custom icon | _checked: boolean_ |
|
||||
|
||||
### Less Variables
|
||||
|
||||
How to use: [Custom Theme](#/en-US/theme).
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| -------------------------------- | -------------------------- | ----------- |
|
||||
| @radio-size | `20px` | - |
|
||||
| @radio-border-color | `@gray-5` | - |
|
||||
| @radio-transition-duration | `@animation-duration-fast` | - |
|
||||
| @radio-label-margin | `@padding-xs` | - |
|
||||
| @radio-label-color | `@text-color` | - |
|
||||
| @radio-checked-icon-color | `@blue` | - |
|
||||
| @radio-disabled-icon-color | `@gray-5` | - |
|
||||
| @radio-disabled-label-color | `@gray-5` | - |
|
||||
| @radio-disabled-background-color | `@border-color` | - |
|
||||
|
||||
Reference in New Issue
Block a user