chore: Follow up select messages

This commit is contained in:
krille-chan 2024-04-17 12:36:55 +02:00
parent 384e57fbd2
commit 2a590c6175
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -90,6 +90,7 @@ abstract class FluffyThemes {
),
textSelectionTheme: TextSelectionThemeData(
selectionColor: colorScheme.onBackground.withAlpha(128),
selectionHandleColor: colorScheme.secondary,
),
inputDecorationTheme: InputDecorationTheme(
border: OutlineInputBorder(

View file

@ -157,6 +157,7 @@ class Message extends StatelessWidget {
right: 0,
child: InkWell(
onTap: () => onSelect(event),
onLongPress: () => onSelect(event),
borderRadius:
BorderRadius.circular(AppConfig.borderRadius / 2),
child: Material(