diff --git a/lib/pangea/toolbar/widgets/reading_assistance_content.dart b/lib/pangea/toolbar/widgets/reading_assistance_content.dart index c07b15d4c..0edc58849 100644 --- a/lib/pangea/toolbar/widgets/reading_assistance_content.dart +++ b/lib/pangea/toolbar/widgets/reading_assistance_content.dart @@ -138,6 +138,10 @@ class ReadingAssistanceContentState extends State { child: Container( decoration: BoxDecoration( color: Theme.of(context).cardColor, + border: Border.all( + color: Theme.of(context).colorScheme.primary, + width: 4.0, + ), borderRadius: const BorderRadius.all( Radius.circular(AppConfig.borderRadius), ),