diff --git a/DefaultViewPageIndicator.js b/DefaultViewPageIndicator.js index 320d4a2..9e30e38 100644 --- a/DefaultViewPageIndicator.js +++ b/DefaultViewPageIndicator.js @@ -30,9 +30,9 @@ var styles = StyleSheet.create({ width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, - backgroundColor: '#E0E1E2', - marginLeft: DOT_SAPCE, - marginRight: DOT_SAPCE, + borderWidth: 1, + borderColor: '#bfbfbf', + margin: DOT_SAPCE, }, curDot: { @@ -40,9 +40,8 @@ var styles = StyleSheet.create({ width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, - backgroundColor: '#80ACD0', + backgroundColor: '#c0c0c0', margin: DOT_SAPCE, - bottom: 0, }, });