Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3207)

Unified Diff: sky/framework/components/ink_splash.dart

Issue 1065643003: [Effen] Make the material splashes a bit lighter. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698