Update color for section headings
This commit is contained in:
parent
9fe43c8726
commit
6c1585b827
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class SectionTitle extends StatelessWidget {
|
|||
title,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
color: Theme.of(context).primaryColorLight,
|
||||
color: Theme.of(context).buttonColor.withOpacity(0.8),
|
||||
fontSize: 20,
|
||||
letterSpacing: 1,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue