QOL: Selectable Text in Mzansi AI Thoughts
This commit is contained in:
@@ -223,15 +223,17 @@ class _AiChatState extends State<AiChat> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
GptMarkdown(
|
SelectionArea(
|
||||||
snapshot.requireData,
|
child: GptMarkdown(
|
||||||
textAlign: TextAlign.left,
|
snapshot.requireData,
|
||||||
style: TextStyle(
|
textAlign: TextAlign.left,
|
||||||
color: MihColors.getSecondaryColor(
|
style: TextStyle(
|
||||||
MzansiInnovationHub.of(context)!.theme.mode ==
|
color: MihColors.getSecondaryColor(
|
||||||
"Dark"),
|
MzansiInnovationHub.of(context)!.theme.mode ==
|
||||||
fontSize: _chatFrontSize,
|
"Dark"),
|
||||||
fontWeight: FontWeight.bold,
|
fontSize: _chatFrontSize,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user