Skip to content

Commit 94374c5

Browse files
committed
chore: fix
1 parent 02ab35a commit 94374c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If it is necessary to modify the [antd5 theme](https://ant.design/docs/react/cus
109109
// default.scss
110110
:root {
111111
--color-primary: #00b96b; // -> colorPrimary: #00b96b
112-
--border-radius: 4px; // -> borderRadius: 2px
112+
--border-radius: 4px; // -> borderRadius: 4px
113113
}
114114
```
115115

0 commit comments

Comments
 (0)