diff --git a/lib/navbar/profile/edit.dart b/lib/navbar/profile/edit.dart index eabf44a..9eeae6e 100644 --- a/lib/navbar/profile/edit.dart +++ b/lib/navbar/profile/edit.dart @@ -383,7 +383,7 @@ class _VHTextfieldState extends State { ), Card( color: widget.isReadOnly - ? Theme.of(context).colorScheme.background + ? Theme.of(context).colorScheme.surface : Theme.of(context).colorScheme.surface, margin: const EdgeInsets.symmetric(horizontal: 20, vertical: 10), child: Padding(