fix: Darktheme contrast fixes with primary color
This commit is contained in:
parent
a5a1c9b580
commit
89540ec7ef
9 changed files with 16 additions and 13 deletions
|
|
@ -139,8 +139,10 @@ class KeyVerificationPageState extends State<KeyVerificationDialog> {
|
|||
obscureText: true,
|
||||
decoration: InputDecoration(
|
||||
hintText: L10n.of(context)!.passphraseOrKey,
|
||||
prefixStyle: TextStyle(color: Theme.of(context).primaryColor),
|
||||
suffixStyle: TextStyle(color: Theme.of(context).primaryColor),
|
||||
prefixStyle:
|
||||
TextStyle(color: Theme.of(context).colorScheme.primary),
|
||||
suffixStyle:
|
||||
TextStyle(color: Theme.of(context).colorScheme.primary),
|
||||
border: const OutlineInputBorder(),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue