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

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

Issue 1036783002: Add an implict animation between ActionBar backgrounds (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « sky/framework/components/action_bar.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/input.dart
diff --git a/sky/framework/components/input.dart b/sky/framework/components/input.dart
index b07e404b886a571892a9d119797171cecb1e4353..5a34525e95bdac48087a66033583323e209e615e 100644
--- a/sky/framework/components/input.dart
+++ b/sky/framework/components/input.dart
@@ -7,6 +7,7 @@ import '../editing/editable_text.dart';
import '../editing/keyboard.dart';
import '../fn.dart';
import '../theme/colors.dart';
+import '../theme/typography.dart' as typography;
typedef void ValueChanged(value);
@@ -26,8 +27,8 @@ class Input extends Component {
static final Style _placeholderStyle = new Style('''
top: 8px;
left: 8px;
- color: ${Grey[200]};
- position: absolute;'''
+ position: absolute;
+ ${typography.black.caption};'''
);
static final String _focusedInlineStyle = '''
« no previous file with comments | « sky/framework/components/action_bar.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698