mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 19:13:36 -05:00
feat: follow system option
This commit is contained in:
@@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user