1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Updates detail screen to new, modal design. (#40)

This commit is contained in:
Andrew Brogdon
2018-12-21 08:28:28 -08:00
committed by GitHub
parent bfb8b8aea9
commit 6ce0d22e9b
7 changed files with 198 additions and 63 deletions

View File

@@ -91,12 +91,14 @@ abstract class Styles {
static const scaffoldBackground = Color(0xfff0f0f0);
static const buttonColor = Color(0xff007aff);
static const buttonIconColor = Color(0xffffffff);
static const searchBackground = Color(0xffe0e0e0);
static const frostedBackground = Color(0xccf8f8f8);
static const closeButtonUnpressed = Color(0xff101010);
static const closeButtonPressed = Color(0xff808080);
static const TextStyle searchText = TextStyle(
color: Color.fromRGBO(0, 0, 0, 1.0),
fontFamily: 'NotoSans',