| Index: sky/framework/components/ink_splash.dart
|
| diff --git a/sky/framework/components/ink_splash.dart b/sky/framework/components/ink_splash.dart
|
| index 6c90a8263515ec4a95b0869ed7bb2ac8261fc929..44ab1546b3e955a8967bbe5a70323fa19ab02963 100644
|
| --- a/sky/framework/components/ink_splash.dart
|
| +++ b/sky/framework/components/ink_splash.dart
|
| @@ -99,7 +99,7 @@ class InkSplash extends Component {
|
|
|
| static final Style _splashStyle = new Style('''
|
| position: absolute;
|
| - background-color: rgba(0, 0, 0, 0.4);''');
|
| + background-color: rgba(0, 0, 0, 0.2);''');
|
|
|
| Stream<String> onStyleChanged;
|
|
|
|
|