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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user