mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02: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:
parent
2d19f36901
commit
966796dfec
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue