mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-25 19:00:45 +01:00
chore: Adjust colors
This commit is contained in:
parent
a5c375bf6b
commit
3a979a9524
@ -59,7 +59,7 @@ abstract class FluffyThemes {
|
|||||||
? Colors.blueGrey.shade50
|
? Colors.blueGrey.shade50
|
||||||
: Colors.blueGrey.shade900,
|
: Colors.blueGrey.shade900,
|
||||||
inputDecorationTheme: const InputDecorationTheme(
|
inputDecorationTheme: const InputDecorationTheme(
|
||||||
border: UnderlineInputBorder(borderSide: BorderSide(width: 1)),
|
border: InputBorder.none,
|
||||||
filled: true,
|
filled: true,
|
||||||
),
|
),
|
||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
|
@ -122,7 +122,7 @@ class ConnectPageView extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Divider(
|
child: Divider(
|
||||||
thickness: 1,
|
thickness: 1,
|
||||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
color: Theme.of(context).dividerColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
@ -135,7 +135,7 @@ class ConnectPageView extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Divider(
|
child: Divider(
|
||||||
thickness: 1,
|
thickness: 1,
|
||||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
color: Theme.of(context).dividerColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
@ -103,7 +103,7 @@ class LoginView extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Divider(
|
child: Divider(
|
||||||
thickness: 1,
|
thickness: 1,
|
||||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
color: Theme.of(context).dividerColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
@ -116,7 +116,7 @@ class LoginView extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Divider(
|
child: Divider(
|
||||||
thickness: 1,
|
thickness: 1,
|
||||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
color: Theme.of(context).dividerColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user