chore: Follow up select messages
This commit is contained in:
parent
384e57fbd2
commit
2a590c6175
2 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ abstract class FluffyThemes {
|
||||||
),
|
),
|
||||||
textSelectionTheme: TextSelectionThemeData(
|
textSelectionTheme: TextSelectionThemeData(
|
||||||
selectionColor: colorScheme.onBackground.withAlpha(128),
|
selectionColor: colorScheme.onBackground.withAlpha(128),
|
||||||
|
selectionHandleColor: colorScheme.secondary,
|
||||||
),
|
),
|
||||||
inputDecorationTheme: InputDecorationTheme(
|
inputDecorationTheme: InputDecorationTheme(
|
||||||
border: OutlineInputBorder(
|
border: OutlineInputBorder(
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,7 @@ class Message extends StatelessWidget {
|
||||||
right: 0,
|
right: 0,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
onTap: () => onSelect(event),
|
onTap: () => onSelect(event),
|
||||||
|
onLongPress: () => onSelect(event),
|
||||||
borderRadius:
|
borderRadius:
|
||||||
BorderRadius.circular(AppConfig.borderRadius / 2),
|
BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||||
child: Material(
|
child: Material(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue