refactor: Theme colors
This commit is contained in:
parent
160316ac24
commit
fd6037fe12
4 changed files with 35 additions and 17 deletions
|
|
@ -151,7 +151,7 @@ class SettingsNotifications extends StatelessWidget {
|
|||
title: Text(
|
||||
L10n.of(context).pushRules,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).primaryColor,
|
||||
color: Theme.of(context).accentColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue