chore: update generated plugin registrant files for consistency

This commit is contained in:
2025-09-25 23:31:21 +08:00
parent 8d69c9c846
commit abf3ee7e25
5 changed files with 9 additions and 11 deletions

View File

@@ -124,7 +124,7 @@ class AppThemes {
),
inputDecorationTheme: InputDecorationTheme(
filled: true,
fillColor: colorScheme.surfaceVariant.withOpacity(0.5),
fillColor: colorScheme.surfaceContainerHighest.withOpacity(0.5),
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(AppRadii.lg),
borderSide: BorderSide(color: AppColors.neutral30),
@@ -151,7 +151,7 @@ class AppThemes {
),
),
chipTheme: ChipThemeData(
backgroundColor: colorScheme.surfaceVariant,
backgroundColor: colorScheme.surfaceContainerHighest,
selectedColor: colorScheme.primary.withOpacity(0.14),
secondarySelectedColor: colorScheme.primary.withOpacity(0.14),
labelStyle: TextStyle(color: colorScheme.onSurface),
@@ -234,7 +234,7 @@ class AppThemes {
),
inputDecorationTheme: InputDecorationTheme(
filled: true,
fillColor: colorScheme.surfaceVariant.withOpacity(0.3),
fillColor: colorScheme.surfaceContainerHighest.withOpacity(0.3),
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(AppRadii.lg),
borderSide: BorderSide(color: AppColors.neutral80),
@@ -261,7 +261,7 @@ class AppThemes {
),
),
chipTheme: ChipThemeData(
backgroundColor: colorScheme.surfaceVariant.withOpacity(0.5),
backgroundColor: colorScheme.surfaceContainerHighest.withOpacity(0.5),
selectedColor: colorScheme.primary.withOpacity(0.22),
secondarySelectedColor: colorScheme.primary.withOpacity(0.22),
labelStyle: TextStyle(color: colorScheme.onSurface),