Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
the-nippy committed Feb 7, 2021
1 parent 983f06d commit b8893d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/hoc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author: xuwei
* @Date: 2021-02-01 10:29:16
* @LastEditTime: 2021-02-04 10:25:17
* @LastEditTime: 2021-02-05 17:02:01
* @LastEditors: xuwei
* @Description:
*/
Expand All @@ -14,7 +14,7 @@ const defaultOptions = {
confirmText: 'Confirm',
cancelText: 'Cancel',
headHeight: 50,
backgroundColor: '#fff',
backgroundColor: '#FFF',
confirmStyle: {},
cancelStyle: {},
borderTopRadius: 0,
Expand Down
6 changes: 3 additions & 3 deletions src/single.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author: xuwei
* @Date: 2020-11-06 21:51:46
* @LastEditTime: 2021-02-05 16:29:13
* @LastEditTime: 2021-02-05 17:00:51
* @LastEditors: xuwei
* @Description:
*/
Expand All @@ -13,11 +13,11 @@ export class SingleSlide extends PureComponent {
static defaultProps = {
itemHeight: 40,
visibleNum: 5, // visible lins
activeBgColor: '#fff',
activeBgColor: '#FFF',
activeBgOpacity: 1,
activeFontSize: 18,
activeFontColor: '#F00',
normalBgColor: '#fff',
normalBgColor: '#FFF',
normalBgOpacity: 0.4,
normalFontSize: 16,
normalFontColor: '#333',
Expand Down

0 comments on commit b8893d6

Please sign in to comment.