chore: Adjust colors
This commit is contained in:
parent
ed42cb9134
commit
d0f400cfe7
3 changed files with 5 additions and 5 deletions
|
|
@ -122,7 +122,7 @@ class ConnectPageView extends StatelessWidget {
|
|||
Expanded(
|
||||
child: Divider(
|
||||
thickness: 1,
|
||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
||||
color: Theme.of(context).dividerColor,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
|
|
@ -135,7 +135,7 @@ class ConnectPageView extends StatelessWidget {
|
|||
Expanded(
|
||||
child: Divider(
|
||||
thickness: 1,
|
||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
||||
color: Theme.of(context).dividerColor,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class LoginView extends StatelessWidget {
|
|||
Expanded(
|
||||
child: Divider(
|
||||
thickness: 1,
|
||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
||||
color: Theme.of(context).dividerColor,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
|
|
@ -116,7 +116,7 @@ class LoginView extends StatelessWidget {
|
|||
Expanded(
|
||||
child: Divider(
|
||||
thickness: 1,
|
||||
color: Theme.of(context).textTheme.subtitle1?.color,
|
||||
color: Theme.of(context).dividerColor,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue