mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix: Set text colour on dropdown menu for Custom Value
This fix #1584 and a continuation of acb1e2434b
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -445,8 +445,11 @@ class _TextFieldForPatchOptionState extends State<TextFieldForPatchOption> {
|
||||
value: '',
|
||||
child: Text(
|
||||
t.patchOptionsView.customValue,
|
||||
style: const TextStyle(
|
||||
style: TextStyle(
|
||||
fontSize: 16,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.onSecondaryContainer,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user