Fix color of "get more" link text in profile dropdown

This commit is contained in:
stopflock
2026-01-30 21:49:27 -06:00
parent 69ebd43e0d
commit 6707efebbe
2 changed files with 2 additions and 4 deletions

View File

@@ -212,9 +212,8 @@ class _AddNodeSheetState extends State<AddNodeSheet> {
const SizedBox(width: 8),
Text(
locService.t('profiles.getMore'),
style: TextStyle(
style: const TextStyle(
fontStyle: FontStyle.italic,
color: Theme.of(context).primaryColor,
),
),
],

View File

@@ -624,9 +624,8 @@ class _EditNodeSheetState extends State<EditNodeSheet> {
const SizedBox(width: 8),
Text(
locService.t('profiles.getMore'),
style: TextStyle(
style: const TextStyle(
fontStyle: FontStyle.italic,
color: Theme.of(context).primaryColor,
),
),
],