mod: color scheme

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-14 00:12:44 +08:00
parent 1b71fd4ca6
commit b898a78e62
20 changed files with 203 additions and 206 deletions

View File

@@ -22,8 +22,7 @@ class SearchText extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Material(
color: bgColor ??
Theme.of(context).colorScheme.surfaceVariant.withOpacity(0.5),
color: bgColor ?? Theme.of(context).colorScheme.onInverseSurface,
borderRadius: BorderRadius.circular(6),
child: Padding(
padding: EdgeInsets.zero,