Skip to content

Commit a69a7ff

Browse files
shiwanjun1995wanjun.shi
and
wanjun.shi
authored
fix: Style variables describe error , close #6009 (#6027)
Co-authored-by: wanjun.shi <[email protected]>
1 parent d0eebf3 commit a69a7ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/vueDocs/customize-theme.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are some major variables below, all less variables could be found in [Defa
2323
@text-color: rgba(0, 0, 0, 0.85); // major text color
2424
@text-color-secondary: rgba(0, 0, 0, 0.45); // secondary text color
2525
@disabled-color: rgba(0, 0, 0, 0.25); // disable state color
26-
@border-radius-base: 4px; // major border radius
26+
@border-radius-base: 2px; // major border radius
2727
@border-color-base: #d9d9d9; // major border color
2828
@box-shadow-base: 0 2px 8px rgba(0, 0, 0, 0.15); // major shadow for layers
2929
```

site/src/vueDocs/customize-theme.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ antd 的样式使用了 [Less](http://lesscss.org/) 作为开发语言,并定
2323
@text-color: rgba(0, 0, 0, 0.65); // 主文本色
2424
@text-color-secondary: rgba(0, 0, 0, 0.45); // 次文本色
2525
@disabled-color: rgba(0, 0, 0, 0.25); // 失效色
26-
@border-radius-base: 4px; // 组件/浮层圆角
26+
@border-radius-base: 2px; // 组件/浮层圆角
2727
@border-color-base: #d9d9d9; // 边框色
2828
@box-shadow-base: 0 2px 8px rgba(0, 0, 0, 0.15); // 浮层阴影
2929
```

0 commit comments

Comments
 (0)