Set overscroll indicator to correct color
This commit is contained in:
parent
eaccd5cc54
commit
1f486ebfaf
@ -71,6 +71,19 @@ class _MainState extends State<Main> {
|
|||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
primaryColor: marianumRed,
|
primaryColor: marianumRed,
|
||||||
|
colorScheme: const ColorScheme(
|
||||||
|
brightness: Brightness.light,
|
||||||
|
surface: Colors.white,
|
||||||
|
onSurface: Colors.white,
|
||||||
|
onSecondary: Colors.white,
|
||||||
|
onPrimary: Colors.white,
|
||||||
|
onError: marianumRed,
|
||||||
|
onBackground: Colors.black,
|
||||||
|
error: marianumRed,
|
||||||
|
background: Colors.white,
|
||||||
|
secondary: marianumRed,
|
||||||
|
primary: marianumRed,
|
||||||
|
),
|
||||||
hintColor: marianumRed,
|
hintColor: marianumRed,
|
||||||
inputDecorationTheme: const InputDecorationTheme(
|
inputDecorationTheme: const InputDecorationTheme(
|
||||||
border: UnderlineInputBorder(borderSide: BorderSide(color: marianumRed)),
|
border: UnderlineInputBorder(borderSide: BorderSide(color: marianumRed)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user