Update home text color
This commit is contained in:
parent
0f6fd91d04
commit
6e0ed5aebb
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ class SectionTitle extends StatelessWidget {
|
|||
Text(
|
||||
title,
|
||||
style: Theme.of(context).textTheme.subtitle1!.copyWith(
|
||||
color: Colors.black,
|
||||
color: Colors.white,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
),
|
||||
|
@ -25,7 +25,7 @@ class SectionTitle extends StatelessWidget {
|
|||
onPressed: pressSeeAll,
|
||||
child: const Text(
|
||||
"See All",
|
||||
style: TextStyle(color: Colors.black54),
|
||||
style: TextStyle(color: Colors.white),
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue