Update color for section headings

This commit is contained in:
Vishnu Mohandas 2021-02-07 01:24:29 +05:30
parent 9fe43c8726
commit 6c1585b827

View file

@ -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,
),