diff --git a/scripts/snapshot/snapshot.task.js b/scripts/snapshot/snapshot.task.js index a995f85e2e..fa31129bb6 100644 --- a/scripts/snapshot/snapshot.task.js +++ b/scripts/snapshot/snapshot.task.js @@ -32,7 +32,7 @@ module.exports = function(gulp, argv, buildConfig) { platform_count: 1, width: 400, height: 800, - test_id: uuid.v4() + test_id: uuid.v4().split('-')[0] } }, argv); diff --git a/src/components/checkbox/extensions/ios.scss b/src/components/checkbox/extensions/ios.scss index c3a576efdd..abccf6bbca 100644 --- a/src/components/checkbox/extensions/ios.scss +++ b/src/components/checkbox/extensions/ios.scss @@ -2,8 +2,14 @@ // iOS Checkbox // -------------------------------------------------- -.list-ios .checkbox { +$checkbox-ios-color: #007aff; +.list-ios { + + .media-checkbox { + min-width: 20px; + color: $checkbox-ios-color; + } } diff --git a/src/components/checkbox/test/checkbox-ios/main.html b/src/components/checkbox/test/checkbox-ios/main.html index 590c933193..0678d96d64 100644 --- a/src/components/checkbox/test/checkbox-ios/main.html +++ b/src/components/checkbox/test/checkbox-ios/main.html @@ -3,14 +3,14 @@