feat: follow system option

This commit is contained in:
Rongjian Zhang
2020-01-14 18:13:07 +08:00
parent 80ab94df53
commit baf3e43045
36 changed files with 396 additions and 322 deletions

View File

@@ -31,14 +31,14 @@ class EntryItem extends StatelessWidget {
style: TextStyle(
fontSize: 17,
fontWeight: FontWeight.w600,
color: theme.palette.text,
color: theme.paletteOf(context).text,
),
),
Text(
text,
style: TextStyle(
fontSize: 14,
color: theme.palette.secondaryText,
color: theme.paletteOf(context).secondaryText,
fontWeight: FontWeight.w500,
),
)