chore: Follow up text selection color

This commit is contained in:
Krille 2024-03-27 13:49:36 +01:00
parent cba1a9bd5e
commit 6e13c17682
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -88,6 +88,9 @@ abstract class FluffyThemes {
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),
),
textSelectionTheme: TextSelectionThemeData(
selectionColor: colorScheme.onBackground.withAlpha(128),
),
inputDecorationTheme: InputDecorationTheme(
border: OutlineInputBorder(
borderSide: BorderSide.none,