chore: Follow up text selection color
This commit is contained in:
parent
cba1a9bd5e
commit
6e13c17682
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue